/* Self-hosted typefaces. The redesign uses two families only:
   Montserrat for headings and UI labels, Public Sans for body copy.
   Both are open-licensed (SIL OFL), unlike the commercial faces the
   original Canva export relied on. */

@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-600.woff") format("woff"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-700.woff") format("woff"); font-weight: 700; font-display: swap; }

@font-face { font-family: "Public Sans"; src: url("../fonts/public-sans-400.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url("../fonts/public-sans-700.woff") format("woff"); font-weight: 700; font-display: swap; }
