/* Light (300) */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    src: url('Gilroy-Light.ttf') format('truetype');
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: url('Gilroy-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: url('Gilroy-Medium.ttf') format('truetype');
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: url('Gilroy-Bold.ttf') format('truetype');
    font-display: swap;
}

/* Heavy (900) */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    src: url('Gilroy-Heavy.ttf') format('truetype');
    font-display: swap;
}