/**
 * Custom Fonts
 *
 * PP Neue Machina - Premium custom font (optional)
 * To use this font:
 * 1. Purchase from: https://www.pangram.pangram.co.uk/
 * 2. Place the font files in this directory:
 *    - PPNeueMachina-PlainRegular.woff2
 *    - PPNeueMachina-PlainRegular.woff
 * 3. Uncomment the @font-face declaration below
 */

/*
@font-face {
    font-family: 'PP Neue Machina';
    src: url('PPNeueMachina-PlainRegular.woff2') format('woff2'),
         url('PPNeueMachina-PlainRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/

/* Font Variables - Using Poppins (from Google Fonts) and Raleway as primary fonts */
:root {
    --font-heading: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    --font-script: 'Playball', cursive;
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
