@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* @codingStandardsIgnoreStart */

@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'graphik';
    src: url('/bundles/app/fonts/Graphik-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'a day without sun';
    src: url('/bundles/app/fonts/A-DAY-WITHOUT-SUN.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @codingStandardsIgnoreEnd */