/**
 * Elevate My Life — self-hosted variable fonts
 *
 * Inter + Fraunces, both SIL OFL 1.1 (licences in assets/fonts/).
 * No external CDN — required for GDPR compliance and theme validation.
 * Subset to Latin + punctuation + currency; Fraunces pinned to
 * opsz 48 / SOFT 30 / WONK 0 per the brand specification.
 *
 * @license https://opensource.org/licenses/AFL-3.0 AFL-3.0
 */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
