@font-face {
    font-family: 'GilroyFont';
    src: url('Gilroy-Regular.woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyFont';
    src: url('Gilroy-Bold.woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyFont';
    src: url('Gilroy-Black.woff');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratFont';
    src: url('montserrat-700-bold.woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}