html {
    background-color: #000;
    color: #FFF;
}



@font-face {
    font-family: "Bouclee";
    src:
    local("Bouclee"),
    url("/camille/assets/fonts/Bouclees-Regular.ttf");
}

h1 {
    font-family: Bouclee;
}