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

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Regular.woff2') format('woff2'),
        url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Regular.woff') format('woff'),
        url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Medium.woff2') format('woff2'),
        url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Medium.woff') format('woff'),
        url('fonts/Basis-Grotesque-Pro/BasisGrotesquePro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

