@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
    font-family: 'Gatwick';
    src: url('gatwick-medium.woff2') format('woff2'),
        url('gatwick-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gatwick';
    src: url('gatwick-ultrabold.woff2') format('woff2'),
        url('gatwick-ultrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erotique Trial';
    src: url('erotiquetrial-regular.woff2') format('woff2'),
        url('erotiquetrial-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erotique Text';
    src: url('erotiquetext-regular.woff2') format('woff2'),
        url('erotiquetext-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('termina-regular.woff2') format('woff2'),
        url('termina-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}