/* =========================================================
   Local Variable Fonts
   Roboto, Open Sans, Oswald
   ========================================================= */

/* ---------- Roboto (normal) ---------- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('../fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
}

/* ---------- Roboto (italic) ---------- */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('../fonts/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2');
}

/* ---------- Open Sans (normal) ---------- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('../fonts/OpenSans-VariableFont_wdth-wght.woff2') format('woff2');
}

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

/* ---------- Oswald ---------- */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('../fonts/Oswald-VariableFont_wght.woff2') format('woff2');
}