/* ============================================================
   SOFAI — Font faces
   Brand type: Oswald (headings, all-caps) + PT Serif (body, lowercase)
   Files live in /fonts. TTFs are fine for a no-build static deploy.
   ============================================================ */

@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Serif";
  src: url("/fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
