/* ==========================================================
   ROBOTO — Variable (normal + italic)
   Folder: /fonts/roboto/
   Files:
     - Roboto-VariableFont_wdth,wght.woff2
     - Roboto-Italic-VariableFont_wdth,wght.woff2
   ========================================================== */

/* Normal (variable weights) */
@font-face {
  font-family: "Roboto";
  src: url("./roboto/Roboto-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Italic (variable weights) */
@font-face {
  font-family: "Roboto";
  src: url("./roboto/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================
   SOURCE SANS 3 — Variable (normal + italic)
   Folder: /fonts/source-sans-3/
   Files:
     - SourceSans3-VariableFont_wght.woff2
     - SourceSans3-Italic-VariableFont_wght.woff2
   ========================================================== */

/* Normal (variable weights) */
@font-face {
  font-family: "Source Sans 3";
  src: url("./source-sans-3/SourceSans3-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* Italic (variable weights) */
@font-face {
  font-family: "Source Sans 3";
  src: url("./source-sans-3/SourceSans3-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
