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

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

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

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

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

@font-face {
    font-family: 'ChinaOne';
    src: 
        url('../fonts/ChinaOne/ChinaOne.eot') format('embedded-opentype'),
        url('../fonts/ChinaOne/ChinaOne.woff') format('woff'),
        url('../fonts/ChinaOne/ChinaOne.ttf') format('truetype'),
        url('../fonts/ChinaOne/ChinaOne.svg#ChinaOneNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}