:root {
    --primary-dark: #484e4b;
    --primary-mid: #767c78;
    --primary-light: #c0beba;
    --primary-lightest: #ffffff;

    --font-family-base: "Manrope", sans-serif;
    --font-family-heading: "Oswald", sans-serif;

    --font-weight-light: 200;
    --font-weight-heavy: 400;

    --font-size-base: 17px;
    --font-size-large: 23px;
    --font-size-heading: 4.5rem;

    --border-radius: 10px;
}

body {
    font-family: var(--font-family-base);
    font-optical-sizing: auto;
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-base);
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    font-optical-sizing: auto;
    font-weight: var(--font-weight-light);
}
