:root {
    --primary: #1B6153;
    --base: #E1D5B5;

    --max-width: 1200px;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}