/* =============================================================================
   Cormorant Garamond — variable font
   Weight range 300–700 covers Light through Bold.
   Two declarations: upright and italic axes.
   The static/ folder is ignored — variable files are strictly better.
   ============================================================================= */

@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("Cormorant_Garamond/CormorantGaramond-VariableFont_wght.woff2")
      format("woff2 supports variations"),
    url("Cormorant_Garamond/CormorantGaramond-VariableFont_wght.woff2")
      format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src:
    url("Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.woff2")
      format("woff2 supports variations"),
    url("Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.woff2")
      format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

/* =============================================================================
   Cormorant SC — static semibold
   Used exclusively for the site title nameplate (.index-link).
   No variable version exists for SC — this is the only weight needed.
   ============================================================================= */

@font-face {
  font-family: "Cormorant SC";
  src: url("Cormorant_SC/CormorantSC-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
