/* ==========================================================================
   PopUp Sports - Font Declarations
   ========================================================================== */

/* Google Fonts - Playfair Display (script/italic stand-in) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* --------------------------------------------------------------------------
   PP Mori - Primary Body Font
   -------------------------------------------------------------------------- */

/* PP Mori ExtraLight (200) */
@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-ExtraLight.woff2') format('woff2'),
         url('../fonts/PPMori-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* PP Mori Regular (400) */
@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-Regular.woff2') format('woff2'),
         url('../fonts/PPMori-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

/* --------------------------------------------------------------------------
   Acumin Variable - Heading Font
   -------------------------------------------------------------------------- */

@font-face {
    font-family: 'Acumin Variable';
    src: url('../fonts/AcuminVariable.woff2') format('woff2'),
         url('../fonts/AcuminVariable.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Variable';
    src: url('../fonts/AcuminVariable-Italic.woff2') format('woff2'),
         url('../fonts/AcuminVariable-Italic.woff') format('woff');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* --------------------------------------------------------------------------
   Rickshaw - Display / H1 hero heading font
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Rickshaw';
    src: url('../fonts/rickshaw.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
