/* =========================
   NATIONAL
========================= */

/* Regular */
@font-face {
  font-family: National;
  font-style: normal;
  font-weight: 400;
  src: url('./National2-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: National;
  font-style: italic;
  font-weight: 400;
  src: url('./National2-RegularItalic.otf') format('opentype');
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: National;
  font-style: normal;
  font-weight: 500;
  src: url('./National2-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: National;
  font-style: italic;
  font-weight: 500;
  src: url('./National2-MediumItalic.otf') format('opentype');
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: National;
  font-style: normal;
  font-weight: 700;
  src: url('./National2-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: National;
  font-style: italic;
  font-weight: 700;
  src: url('./National2-BoldItalic.otf') format('opentype');
  font-display: swap;
}

/* =========================
   NATIONAL CONDENSED
========================= */

@font-face {
  font-family: 'National Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./National2Condensed-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'National Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('./National2Condensed-RegularItalic.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'National Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('./National2Condensed-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'National Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('./National2Condensed-MediumItalic.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'National Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./National2Condensed-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'National Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('./National2Condensed-BoldItalic.otf') format('opentype');
  font-display: swap;
}
