@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-thin.woff2') format('woff2'),
         url('fonts/tt-norms-pro-thin.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-light.woff2') format('woff2'),
         url('fonts/tt-norms-pro-light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-regular.woff2') format('woff2'),
         url('fonts/tt-norms-pro-regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-medium.woff2') format('woff2'),
         url('fonts/tt-norms-pro-medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-bold.woff2') format('woff2'),
         url('fonts/tt-norms-pro-bold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartelwind';
    src: url('fonts/tt-norms-pro-extrabold.woff2') format('woff2'),
         url('fonts/tt-norms-pro-extrabold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}