:root {
    --text: #ebebeb;
    --text-reverse: #000000;
    --background: #624E88;
    --primary: #8967B3;
    --secondary: #CB80AB;
    --accent: #E6D9A2;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Readex Pro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "HEXP" 0;
}


body {
    background-color: var(--background);
}