@import "https://unpkg.com/open-props";
@import "https://unpkg.com/open-props/normalize.light.min.css";

/* Overriding Open Props normalize */

html, body {
    font-family: var(--font-transitional);
}

:root{
    --font-weight-primary: var(--font-weight-9);
    --font-weight-secondary: var(--font-weight-6);
    --font-weight-tertiary: var(--font-weight-5);

    --font-size-normal: var(--font-size-3);
    --font-size-large: var(--font-size-4);
    --font-size-small: var(--font-size-2);
}
