@font-face {
    font-family: 'LondrinaSolid';
    src: url('../fonts/LondrinaSolid-Thin.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'LondrinaSolid';
    src: url('../fonts/LondrinaSolid-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'LondrinaSolid';
    src: url('../fonts/LondrinaSolid-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'LondrinaSolid';
    src: url('../fonts/LondrinaSolid-Black.ttf');
    font-weight: 600;
}