/*#region Fonts */
@font-face {
    font-family: 'GoogleSans';
    src: url('/sites/library/fonts/GoogleSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Italic';
    src: url('/sites/library/fonts/GoogleSans-Italic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Thin';
    src: url('/sites/library/fonts/GoogleSans-Thin.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans ThinItalic';
    src: url('/sites/library/fonts/GoogleSans-ThinItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Medium';
    src: url('/sites/library/fonts/GoogleSans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans MediumItalic';
    src: url('/sites/library/fonts/GoogleSans-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Bold';
    src: url('/sites/library/fonts/GoogleSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans BoldItalic';
    src: url('/sites/library/fonts/GoogleSans-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Light';
    src: url('/sites/library/fonts/GoogleSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans LightItalic';
    src: url('/sites/library/fonts/GoogleSans-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans Black';
    src: url('/sites/library/fonts/GoogleSans-Black.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans BlackItalic';
    src: url('/sites/library/fonts/GoogleSans-BlackItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*#endregion*/