@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Antonio';
    src: url('Antonio-Light.eot');
    src: url('Antonio-Light.eot?#iefix') format('embedded-opentype'),
        url('Antonio-Light.woff') format('woff'),
        url('Antonio-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antonio';
    src: url('Antonio-Bold.eot');
    src: url('Antonio-Bold.eot?#iefix') format('embedded-opentype'),
        url('Antonio-Bold.woff') format('woff'),
        url('Antonio-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Black.eot');
    src: url('MyriadPro-Black.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Black.woff') format('woff'),
        url('MyriadPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Bold.eot');
    src: url('MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Bold.woff') format('woff'),
        url('MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Semibold.eot');
    src: url('MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Semibold.woff') format('woff'),
        url('MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Regular.eot');
    src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Regular.woff') format('woff'),
        url('MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Light.eot');
    src: url('MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Light.woff') format('woff'),
        url('MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('MyriadPro-Italic.eot');
    src: url('MyriadPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Italic.woff') format('woff'),
        url('MyriadPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
  font-family: 'DIN 1451 Std';
  src: url('DINMittelschriftStd.eot');
  src: url('DINMittelschriftStd.eot?#iefix') format('embedded-opentype'),
      url('DINMittelschriftStd.woff') format('woff'),
      url('DINMittelschriftStd.ttf') format('truetype'),
      url('DINMittelschriftStd.svg#DINMittelschriftStd') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kwap';
  src:  url('kwap.eot?n0wtv8');
  src:  url('kwap.eot?n0wtv8#iefix') format('embedded-opentype'),
    url('kwap.ttf?n0wtv8') format('truetype'),
    url('kwap.woff?n0wtv8') format('woff'),
    url('kwap.svg?n0wtv8#kwap') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwap' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pagi:before {
  content: "\e900";
}
.icon-download:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
}
.icon-left:before {
  content: "\e903";
}
.icon-right:before {
  content: "\e904";
}
.icon-up:before {
  content: "\e905";
}
.icon-down:before {
  content: "\e906";
}
.icon-openquote:before {
  content: "\e907";
}
.icon-closequote:before {
  content: "\e908";
}
.icon-plus:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e90a";
}
.icon-books:before {
  content: "\e90b";
}
.icon-website:before {
  content: "\e90c";
}
