/* Shared site fonts: native Apple UI with Inter fallback; Roboto Condensed headings. */
/* Licenses: assets/fonts/Inter-OFL.txt and assets/fonts/Roboto-OFL.txt. */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

