/* fonts.css */

/* 1. Register the font files */
@font-face {
  font-family: "Moderniz";
  src: url("/fonts/MODERNIZ.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Sk Modernist";
  src: url("/fonts/Sk-Modernist.ttf") format("truetype");
  font-style: normal;
}

/* 2. Global typography rules */

/* All regular text, paragraphs, nav items, etc. */
html, body, p, li, a, span, input, button {
  font-family: "Sk Modernist", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

/* All headings use Moderniz */
h1, h2,
.heading, 
.policy-wrapper h1,
.policy-wrapper h2,
.policy-wrapper h3 {
  font-family: "Moderniz", sans-serif;
}
