/* Gilroy Font Family */
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy/Gilroy-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Variable font weight support */
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy/Gilroy-Medium.otf') format('opentype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
