/* ==========================================================================
   Purtle.com Website Typography System V1
   Primary interface and reading family: Inter
   ========================================================================== */

@font-face {
  font-family: "Purtle Inter";
  src: url("../assets/fonts/purtle-v1/Inter.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/*
 * Core reading/interface typography.
 *
 * Cinzel remains reserved for the outlined PURTLE.COM brand artwork.
 * Specialized document/assignment typography is intentionally preserved.
 */
body {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
}

/* Navigation. */
.header .header-menu .nav,
.header .header-menu a.nav-link,
.header .header-menu a.nav-dropdown-link {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/* Buttons, fields and common controls. */
.button,
[class*="button-fancy"],
button,
input,
textarea,
select,
label {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
}

/* Small headings / interface labels. */
.sm-heading {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/*
 * Intentionally excluded from global normalization:
 *
 * .assignment-sheet
 * .assignment-sheet-v2
 *
 * Their document/print typography remains separately controlled.
 */
