/* =========================================
   LOCAL FONTS - Bungee locally hosted
   Chakra Petch loads from Google Fonts
   ========================================= */

/* Bungee - locally hosted (no internet required) */
@font-face {
    font-family: 'Bungee';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Bungee-Regular.ttf') format('truetype');
}

/* Utility classes */
.font-bungee  { font-family: 'Bungee', 'Impact', cursive !important; }
.font-sharp   { font-family: 'Chakra Petch', 'Impact', 'Arial Black', sans-serif !important; }
.logo-slash   { transform: skewX(-12deg); display: inline-block; }
