
body {
    overflow-x: hidden;
}

:root {
    --dark:#5f2007;
    --light: #9c5b2a;
    --accent: #f5dfae;
    --darker: #140d07;
    --lighter: #f8eed7;
}


h1, h2, h3, h4, label {

    font-family: "IM Fell DW Pica", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

p, span, input {

   font-family: "Almendra", serif;
   font-weight: 400;
   font-style: normal;
}


