@font-face {
    font-family: gruppo-regular;
    src: url("/font/Gruppo/Gruppo-Regular.ttf");
}
@font-face {
    font-family: lora;
    src: url("/font/Lora/Lora-VariableFont_wght.ttf");
}
@font-face {
    font-family: miss-fajardose;
    src: url("/font/Miss_Fajardose/MissFajardose-Regular.ttf");
}
@font-face {
    font-family: raleway;
    src: url("/font/Raleway/Raleway-VariableFont_wght.ttf");
}
/*@font-face {
    font-family: ebgaramond;
    src: url("/font/EB_Garamond/EBGaramond-VariableFont_wght.ttf");
}*/

body {
    font-family: Optima, Candara, Calibri, Arial, sans-serif;
}

p {
    font-family: Georgia, serif;
    font-size: 1.1em;
}

nav {
    font-family: raleway, sans-serif;
}

h1 {
    font-family: gruppo-regular, monospace;
}

code {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 85%;
}
