@font-face {
    font-family: 'Linotte';
    src: url('../fonts/Linotte%20Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Linotte';
    src: url('../fonts/Linotte%20Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Linotte';
    src: url('../fonts/Linotte%20Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}