/* Grotesk Regular Font */

@font-face {
  font-family: 'GroteskRegular-Regular';
  src: url('/fonts/GroteskRegular-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GroteskRegular-Regular';
  src: url('/fonts/groteskregular_gdi-webfont.woff2') format('woff2'),
    url('/fonts/groteskregular_gdi-webfont.woff') format('woff'),
    url('/fonts/GroteskRegular-Regular.ttf') format('truetype'),
    url('/fonts/GroteskRegular-Regular.svg#GroteskRegular-Regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Grotesk Bold Font */
@font-face {
  font-family: 'GroteskBold-Regular';
  src: url('/fonts/GroteskBold-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GroteskBold-Regular';

  src: url('/fonts/groteskbold_gdi-webfont.woff2') format('woff2'),
    url('/fonts/groteskbold_gdi-webfont.woff') format('woff'),
    url('/fonts/GroteskBold-Regular.ttf') format('truetype'),
    url('/fonts/GroteskBold-Regular.svg#GroteskBold-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
