/* Local self-hosted webfonts for the Portfolio Site.
   Variable TTFs live in per-family subfolders under fonts/.
   Note: the "Sacramento" family intentionally maps to Cormorant Garamond
   (Sacramento omitted by request), so any stray Sacramento reference renders
   in Cormorant Garamond. */

/* ---- Cormorant Garamond (display / headings / stats / signatures) ---- */
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-display:swap;
  font-weight:300 700;
  src:url('Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}
@font-face{
  font-family:'Cormorant Garamond';font-style:italic;font-display:swap;
  font-weight:300 700;
  src:url('Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}

/* ---- Sacramento -> aliased to Cormorant Garamond (Sacramento omitted) ---- */
@font-face{
  font-family:'Sacramento';font-style:normal;font-display:swap;
  font-weight:300 700;
  src:url('Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}

/* ---- EB Garamond (body) ---- */
@font-face{
  font-family:'EB Garamond';font-style:normal;font-display:swap;
  font-weight:400 800;
  src:url('EB_Garamond/EBGaramond-VariableFont_wght.ttf') format('truetype');
}
@font-face{
  font-family:'EB Garamond';font-style:italic;font-display:swap;
  font-weight:400 800;
  src:url('EB_Garamond/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}

/* ---- Archivo (uppercase labels / nav) ---- */
@font-face{
  font-family:'Archivo';font-style:normal;font-display:swap;
  font-weight:100 900;
  src:url('Archivo/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face{
  font-family:'Archivo';font-style:italic;font-display:swap;
  font-weight:100 900;
  src:url('Archivo/Archivo-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

/* ---- Crimson Pro (Minerva case study) ---- */
@font-face{
  font-family:'Crimson Pro';font-style:normal;font-display:swap;
  font-weight:200 900;
  src:url('Crimson_Pro/CrimsonPro-VariableFont_wght.ttf') format('truetype');
}
@font-face{
  font-family:'Crimson Pro';font-style:italic;font-display:swap;
  font-weight:200 900;
  src:url('Crimson_Pro/CrimsonPro-Italic-VariableFont_wght.ttf') format('truetype');
}

/* ---- JetBrains Mono (Design System code specimens) ---- */
@font-face{
  font-family:'JetBrains Mono';font-style:normal;font-display:swap;
  font-weight:100 800;
  src:url('JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
}
@font-face{
  font-family:'JetBrains Mono';font-style:italic;font-display:swap;
  font-weight:100 800;
  src:url('JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf') format('truetype');
}
