/*! fonts for webshop */

/* PP Agrandir Font */
@font-face {
    font-family: 'PP Agrandir';
    src:
        url('./fonts/PPAgrandir/PPAgrandir-TightExtrabold.woff2') format('woff2'),
        url('./fonts/PPAgrandir/PPAgrandir-TightExtrabold.woff') format('woff'),
        url('./fonts/PPAgrandir/PPAgrandir-TightExtrabold.ttf') format('truetype'),
        url('./fonts/PPAgrandir/PPAgrandir-TightExtrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Banana Grotesk Font Family */
@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Banana Grotesk';
    src: url('./fonts/BananaGrotesk/BananaGrotesk-Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}