/**
 * Self-hosted brand fonts (Khand + Roboto), latin subset incl. å/ä/ö.
 * Replaces Google Fonts CDN — no third-party requests (privacy + GDPR).
 * Files: libs/fonts/. Loaded via the `teuton-khand` handle in functions.php.
 */

/* Khand */
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../libs/fonts/khand/khand-v22-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../libs/fonts/khand/khand-v22-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../libs/fonts/khand/khand-v22-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../libs/fonts/khand/khand-v22-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../libs/fonts/khand/khand-v22-latin-700.woff2") format("woff2");
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../libs/fonts/roboto/roboto-v51-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../libs/fonts/roboto/roboto-v51-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../libs/fonts/roboto/roboto-v51-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../libs/fonts/roboto/roboto-v51-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../libs/fonts/roboto/roboto-v51-latin-700.woff2") format("woff2");
}
