
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oakes Grotesk', sans-serif;
}

/* we'll define or brand colors here */
:root {
    --purple: #A225E3;
    --accentPurple: #b95bea;
}