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