@font-face {
    font-family: "jost";
    src: url("/font/Jost/Jost-VariableFont_wght.ttf");
}

@font-face {
    font-family: "jost";
    src: url("/font/Jost/Jost-Italic-VariableFont_wght.ttf");
    font-style: italic;
}

* {
    padding: 0;
    margin: 0;
}

html {
    background-color: #f4f3e8;
}

h1,
h2,
h3,
h4,
p,
a {
    font-family: "jost";
    color: #7a8859;
}

button {
    border: 1px solid #7a8859;
    padding: 0.5rem;
    background: none;
    cursor: pointer;
    color: #7a8859;
}

.home-icon{
    position: fixed;
    top: 1rem;
    right: 1.5rem;
}
