* {
    box-sizing: border-box;
    scrollbar-width: thin;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #e4dddb;
}

:root {
    --font-primary: 'Cardo', serif;
    --font-secondary: 'Quicksand', serif;
    --font-terciary: 'Lovelo', sans-serif;
}
