/* Zelda — self-hosted fonts.
   Creato Display (primary, 5 weights, .otf as shipped in the Webflow export)
   + Droid Sans (used by a few style-guide text blocks, self-hosted woff2). */

@font-face {
  font-family: 'Creatodisplay';
  src: url('./CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('./CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('./CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('./CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('./CreatoDisplay-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Droid Sans 400 - latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./DroidSans-400.woff2') format('woff2');
}
/* Droid Sans 700 - latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./DroidSans-700.woff2') format('woff2');
}
