
*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: 'caprasimo', system-ui, Arial, sans-serif;
    color: #222;
    background-color: #eddbda;
    line-height: 1.6;
}