/* Font Declarations 
   
   Post Grotesk Weight Reference:
   font-weight: 100 - Thin
   font-weight: 300 - Light  
   font-weight: 400 - Book (regular)
   font-weight: 500 - Medium (bold default)
   font-weight: 700 - Bold
   font-weight: 900 - Black
*/

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Thin.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Thin.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Thin.eot') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-ThinItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-ThinItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-ThinItalic.eot') format('embedded-opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Light.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Light.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-LightItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-LightItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-LightItalic.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Book.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Book.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Book.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-BookItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-BookItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-BookItalic.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium as Bold Default - Maps to <strong>, <b>, font-weight: bold */
@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Medium.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Medium.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Medium.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Medium.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Medium.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Medium.eot') format('embedded-opentype');
  font-weight: bold; /* Maps Medium to default bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-MediumItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-MediumItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-MediumItalic.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-MediumItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-MediumItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-MediumItalic.eot') format('embedded-opentype');
  font-weight: bold; /* Maps Medium Italic to default bold italic */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Bold.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Bold.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-BoldItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-BoldItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-BoldItalic.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-Black.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-Black.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-Black.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Post Grotesk';
  src: url('/assets/fonts/PostGrotesk-BlackItalic.woff2') format('woff2'),
       url('/assets/fonts/PostGrotesk-BlackItalic.woff') format('woff'),
       url('/assets/fonts/PostGrotesk-BlackItalic.eot') format('embedded-opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ASF Icons';
  src: url('/assets/fonts/ASF-Icons.woff') format('woff'),
       url('/assets/fonts/ASF-Icons.ttf') format('truetype'),
       url('/assets/fonts/ASF-Icons.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}