@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/ptsans_regular.eot');
    src: url('/fonts/ptsans_regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptsans_regular.woff') format('woff'),
         url('/fonts/ptsans_regular.ttf') format('truetype'),
         url('/fonts/ptsans_regular.svg') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/ptsans_bold.eot');
    src: url('/fonts/ptsans_bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptsans_bold.woff') format('woff'),
         url('/fonts/ptsans_bold.ttf') format('truetype'),
         url('/fonts/ptsans_bold.svg') format('svg');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'GrueneType';
    src: url('/fonts/GrueneType.eot');
    src: url('/fonts/GrueneType.eot?#iefix') format('embedded-opentype'),
      url('/fonts/GrueneType.woff2') format('woff2'),
      url('/fonts/GrueneType.woff') format('woff'),
      url('/fonts/GrueneType.ttf') format('truetype'),
      url('/fonts/GrueneType.svg#GrueneType-BlackCondensedItalic') format('svg');
    font-weight: 900;
    font-display: swap;
}