/**
 * MYR Fonts
 * Local @font-face declarations for Myrtle Beach International Airport.
 * Loaded by the myr-assets plugin before myr-styles.css.
 *
 * Fonts included:
 *   - D-DIN (Regular, Bold, Italic)
 *   - D-DIN Condensed (Regular, Bold)
 *   - DIN-BoldAlternate
 *   - Open Sans (300, 300italic, regular/400, italic, 500, 500italic, 700, 700italic)
 *
 * NOTE: Open Sans weight 100 (Thin) was in the original Google Fonts import
 * but is not available in the downloaded files. The browser will fall back
 * to weight 300 (Light) for any elements using font-weight: 100.
 *
 * NOTE: Only woff2 files are included for Open Sans — woff2 is supported
 * by all modern browsers (Edge 14+, Firefox 39+, Chrome 36+, Safari 10+).
 */


/* ============================================================
   D-DIN FAMILY
   ============================================================ */

/* D-DIN Regular */
@font-face {
    font-family: 'D-DIN';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./D-DIN.woff2') format('woff2'),
         url('./D-DIN.woff') format('woff'),
         url('./D-DIN.ttf') format('truetype');
}

/* D-DIN Bold */
@font-face {
    font-family: 'D-DIN';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./D-DIN-Bold.woff2') format('woff2'),
         url('./D-DIN-Bold.woff') format('woff'),
         url('./D-DIN-Bold.ttf') format('truetype');
}

/* D-DIN Italic */
@font-face {
    font-family: 'D-DIN';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('./D-DIN-Italic.woff2') format('woff2'),
         url('./D-DIN-Italic.woff') format('woff'),
         url('./D-DIN-Italic.ttf') format('truetype');
}

/* D-DIN Condensed Regular */
@font-face {
    font-family: 'D-DIN Condensed';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('./D-DINCondensed.woff2') format('woff2'),
         url('./D-DINCondensed.woff') format('woff'),
         url('./D-DINCondensed.ttf') format('truetype');
}

/* D-DIN Condensed Bold */
@font-face {
    font-family: 'D-DIN Condensed';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./D-DINCondensed-Bold.woff2') format('woff2'),
         url('./D-DINCondensed-Bold.woff') format('woff'),
         url('./D-DINCondensed-Bold.ttf') format('truetype');
}

/* DIN Bold Alternate
   Was present in /wp-content/fonts/ but missing from original @font-face
   declarations — now included. */
@font-face {
    font-family: 'DIN-BoldAlternate';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('./DIN-BoldAlternate.woff2') format('woff2'),
         url('./DIN-BoldAlternate.woff') format('woff');
}


/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./open-sans-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./open-sans-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('./open-sans-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./open-sans-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./open-sans-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./open-sans-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('./open-sans-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./open-sans-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
