/*
    Load fonts in this file using @font-face
    Example:
        @font-face {
           font-family: 'FontName';
           src: url('FontName.eot');
           src: url('FontName.eot?#iefix') format('embedded-opentype'),
                 url('FontName.woff2') format('woff2'),
                 url('FontName.woff') format('woff'),
                 url('FontName.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
        }

    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-Light.woff2') format('woff2'), url('WeissenhofGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-LightItalic.woff2') format('woff2'), url('WeissenhofGrotesk-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-Regular.woff2') format('woff2'), url('WeissenhofGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-Italic.woff2') format('woff2'), url('WeissenhofGrotesk-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-Medium.woff2') format('woff2'), url('WeissenhofGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-MediumItalic.woff2') format('woff2'), url('WeissenhofGrotesk-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-Bold.woff2') format('woff2'), url('WeissenhofGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face
{
  font-family: "Weissenhof Grotesk";
  src: url('WeissenhofGrotesk-BoldItalic.woff2') format('woff2'), url('WeissenhofGrotesk-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}