/* --------------------------------------------
   Self-hosted webfonts (DJR)

   Display: Warbler Banner (headings, hero)
   Body:    Warbler Text (body copy)
   Labels:  Output Sans
----------------------------------------------- */

/* --- Warbler Banner --- */

@font-face {
  font-family: 'Warbler Banner';
  src: url('WarblerBannerV1-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Warbler Display';
  src: url('WarblerDisplayV1-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* --- Warbler Text --- */

@font-face {
  font-family: 'Warbler Text';
  src: url('WarblerText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Warbler Text';
  src: url('WarblerText-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Warbler Text';
  src: url('WarblerText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Output Sans (labels) --- */

@font-face {
  font-family: 'Output Sans';
  src: url('OutputSans2Beta-Regular.woff2') format('woff2');
  font-weight: 1 800;
  font-style: normal italic;
  font-display: swap;
}
