/**
 * Font "Lato" (Google Fonts)
 *
 * @author TB 23.7.2025
 *
 */





@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/Lato/Lato-HairlineItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/Lato/Lato-HairlineItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Lato/Lato-LightItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Lato/Lato-Italic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Lato/Lato-Italic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Lato/Lato-SemiboldItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Lato/Lato-BoldItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/Lato/Lato-BlackItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Lato/Lato-BlackItalic.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Lato/Lato-Hairline.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Lato/Lato-Hairline.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Lato/Lato-Light.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Lato/Lato-Semibold.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Lato/Lato-Bold.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Lato/Lato-Black.ttf);
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Lato/Lato-Black.ttf);
}
