/* ============================================================
   fonts.css – ltb.luftsport-sh.de
   Selbst gehostete Web-Fonts (Contao 5.7 / IONOS)
   IE-Legacy-Formate (.eot, .svg) entfernt
   font-display: swap für bessere Ladeperformance
   ============================================================ */

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/exo-2-v4-latin-regular.woff2') format('woff2'),
         url('../fonts/exo-2-v4-latin-regular.woff')  format('woff'),
         url('../fonts/exo-2-v4-latin-regular.ttf')   format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'),
         url('../fonts/montserrat-v12-latin-700.woff')  format('woff'),
         url('../fonts/montserrat-v12-latin-700.ttf')   format('truetype');
}
