/* ==========================================================================
   Foggy Mountain — Typography & Webfonts
   Official Brand Typeface: Panton Family (Brand Guidelines V1.0, Jan 2024)
   All fonts self-hosted locally in assets/fonts/ — no external runtime calls.
   ========================================================================== */

/* ---------- Panton Family (Primary Brand Typeface) ----------------------- */
@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('assets/fonts/Panton-Thin-DdJcCtUy.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('assets/fonts/Panton-Thin-DdJcCtUy.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/Panton-ExtraLight-wWFEg2Nx.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/Panton-ExtraLight-wWFEg2Nx.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Panton-Light-CVKSYtvO.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Panton-Light-CVKSYtvO.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Panton-Regular-BVQUNQUS.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Panton-Regular-BVQUNQUS.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Panton-Regular-BVQUNQUS.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Panton-Regular-BVQUNQUS.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Panton-SemiBold-B0_PlCD9.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Panton-SemiBold-B0_PlCD9.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Panton-Bold-BoRe7d_k.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Panton-Bold-BoRe7d_k.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/Panton-ExtraBold-De0x0lGk.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/Panton-ExtraBold-De0x0lGk.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/Panton-Heavy-D2MqX5nE.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/Panton-Heavy-D2MqX5nE.otf') format('opentype');
}

@font-face {
  font-family: 'Panton';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/Panton-Heavy-Italic-D1f1WXML.otf') format('opentype');
}
@font-face {
  font-family: 'Panton Family';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/Panton-Heavy-Italic-D1f1WXML.otf') format('opentype');
}

/* ---------- Fallback Webfonts -------------------------------------------- */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/Outfit-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('assets/fonts/OpenSans-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('assets/fonts/OpenSans-italic-var.woff2') format('woff2');
}
