@font-face {
    font-family: 'geometria';
    src: url('./fonts/Geometria.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'geometria-thin';
    src: url('./fonts/Geometria-Thin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: 'geometria-extralight';
    src: url('./fonts/Geometria-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'geometria-light';
    src: url('./fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'geometria-medium';
    src: url('./fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'geometria-bold';
    src: url('./fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'geometria-extrabold';
    src: url('./fonts/Geometria-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'geometria-heavy';
    src: url('./fonts/Geometria-Heavy.ttf') format('truetype');
    font-weight: 900;
}
