/* Define the color palette */ 
:root {
    --bg-color: #FDF6E8;
    --menu-color: rgba(184, 166, 155, 0.75);
    --text-color-brown: #4A3F3D;
    --dark-green: #556F44;
    --light-green: #659B5E;
    --button-color: #2C2C2C;
}

/* Import the font */
@font-face {
    font-family: saira;
    src: url("../font/Saira-VariableFont_wdth\,wght.ttf");
}