/* Self-hosted brand fonts (downloaded from Google Fonts, OFL licensed).
   CyberShelter brand: Titillium Web (headings) + DM Sans (body). No runtime CDNs: lab-safe. */

/* DM Sans is a variable font instance: one file covers the weight range. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("./fonts/dmsans_v17_rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2") format("woff2");
}

/* Titillium Web: 400 / 600 / 700 */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/titilliumweb_v19_NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2") format("woff2");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/titilliumweb_v19_NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2") format("woff2");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/titilliumweb_v19_NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2") format("woff2");
}
