/* ========================================
   CBDČKO BRAND FONTS - Static CSS (bypasses Webpack)
   ======================================== */

/* PiePie - Heading font (H1, H2) */
@font-face {
  font-family: 'PiePie';
  src: url('/cbdcko-brand/fonts/PiepieW01-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Montserrat - Body font */
@font-face {
  font-family: 'Montserrat';
  src: url('/cbdcko-brand/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cbdcko-brand/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cbdcko-brand/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cbdcko-brand/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cbdcko-brand/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}