/* OLDAGE - self-hosted webfonts.
   The Webflow export loaded these from Google at runtime through
   webfont.js; they are served from the template instead, so a page
   makes no third-party request.  Inter is Google's variable file and
   covers 300-700 from one binary.  The family names match the design
   sheet exactly. */

@font-face {
  font-family: 'Inter';
  src: url('Inter.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scheherazade New';
  src: url('ScheherazadeNew-0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scheherazade New';
  src: url('ScheherazadeNew-1.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scheherazade New';
  src: url('ScheherazadeNew-2.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Scheherazade New';
  src: url('ScheherazadeNew-3.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
