/*#region Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('/help/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('/help/fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto SemiBold';
    src: url('/help/fonts/Roboto-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('/help/fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* endregion  */