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

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

@font-face {
    font-family: 'SangBleuKingdom-Light';
    src: url('../fonts/sbk-light.woff2') format('woff2'),
        url('../fonts/sbk-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gil-reg { font-family: 'Gilroy-Regular' !important; font-weight: normal !important; font-style: normal !important; }
.gil-bold { font-family: 'Gilroy-Bold' !important; font-weight: normal !important; font-style: normal !important; }
.sbk-light { font-family: 'SangBleuKingdom-Light' !important; font-weight: normal !important; font-style: normal !important; }