html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #FBF9F4;
    color: #262626;
    font-family: 'Manrope', system-ui, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #B98F00;
}
