/* =============================================================================
   FONTS.CSS — Declarações @font-face
   Work Sans  → UI principal (headings, botões, labels)
   Merriweather → Tipografia editorial (textos corridos)
   Arquivos: assets/fonts/
   ============================================================================= */

/* ─── Work Sans (UI principal) ───────────────────────────────────────────────── */
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:400;
  src:local("Work Sans Regular"),url("../fonts/WorkSans-Regular.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:100;
  src:local("Work Sans Thin"),url("../fonts/WorkSans-Thin.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:200;
  src:local("Work Sans ExtraLight"),url("../fonts/WorkSans-ExtraLight.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:300;
  src:local("Work Sans Light"),url("../fonts/WorkSans-Light.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:500;
  src:local("Work Sans Medium"),url("../fonts/WorkSans-Medium.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:600;
  src:local("Work Sans SemiBold"),url("../fonts/WorkSans-SemiBold.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:700;
  src:local("Work Sans Bold"),url("../fonts/WorkSans-Bold.woff") format("woff")
}
@font-face {
  font-family:Work Sans;
  font-style:normal;
  font-weight:800;
  src:local("Work Sans ExtraBold"),url("../fonts/WorkSans-ExtraBold.woff") format("woff")
}

