/* Custom styles for client */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gt-font-family {
    font-family: 'Roboto' !important;
    font-weight: 400;
}
.gt-font-family-second {
    font-family: 'Roboto' !important;
    font-weight: 700;
}

