/* Lokale Lato-Fonts als Fallback wenn Google Fonts (Inter) nicht lädt */

@font-face {
    font-family: 'Lato';
    src: url('lato-200.woff') format('woff'),
         url('lato-200.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-200.woff') format('woff'),
         url('lato-200.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-300.woff') format('woff'),
         url('lato-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-400.woff') format('woff'),
         url('lato-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-700.woff') format('woff'),
         url('lato-700.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-700.woff') format('woff'),
         url('lato-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-900.woff') format('woff'),
         url('lato-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
