@font-face {
    font-family: Gochi;
    src: url('/Fonts/GochiHand-Regular.ttf') format("truetype");
    font-style: italic;
}

@font-face {
    font-family: Vibur;
    src: url("/Fonts/Vibur-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Handlee;
    src: url('/Fonts/Handlee-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Playwrite;
    src: url('/Fonts/PlaywriteHRLijeva-VariableFont_wght.ttf') format("truetype");
}

@font-face {
    font-family: Unifraktur;
    src: url('/Fonts/UnifrakturMaguntia-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Fondamento;
    src: url('/Fonts/Fondamento-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Alegraya;
    src: url('/Fonts/Alegreya-VariableFont_wght.ttf') format("truetype");
}

@font-face {
    font-family: Alegraya;
    src: url('/Fonts/Alegreya-Italic-VariableFont_wght.ttf') format("truetype");
    font-style: italic;
}

body {
    margin: 0;
    background-size: 800px;
    color: black;
    background-image: url('/Pens/ep_naturalwhite.png');
}

#container {
    max-width: 70%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
}

#navbar ul {
    display: flex;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 7px;
}

/* navigation links*/
#navbar li a {
    color: #452103;
    /* navbar text color */
    font-family: 'Gochi';
    font-weight: 800;
    text-decoration: none;
    font-size: 32;
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
    color: #093824;
    text-decoration: wavy underline overline #093824;
}

/*Font!!
Gochi -> Vibur/Playwrite -> Handlee
OR
Unifraktur -> Fondamento -> Alegraya
*/
h1 {
    font-family: 'Gochi';
}

h2, h3, h4 {
    font-family: 'Vibur';
}

p {
    font-family: 'Handlee';
}