@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Gilroy-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Gilroy-Light.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Gilroy-Semibold.ttf) format('TrueType');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Gilroy-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Gilroy-Extrabold.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Gilroy-Heavy.woff) format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 950;
    src: url(../fonts/Gilroy-Black.woff) format('woff');
}

@font-face {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Aeonik-Regular.otf) format('OpenType');
}

body {
    font-family: 'Gilroy' !important;
    font-weight: 400 !important;
    background-color: var(--dark-bg) !important;
}