html{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #2a0f14;
}

body{
    background-color: #fff;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: #4452a1;
    text-decoration: none;
}