@font-face {
    font-family: 'Span';
    font-weight: 400;
    font-style: italic;
    src: url("https://cdn.shopify.com/s/files/1/0469/9072/1192/t/8/assets/span-italic.otf") format("opentype");
}

@font-face {
    font-family: 'Over the Rainbow';
    font-weight: 400;
    src: url("https://cdn.shopify.com/s/files/1/0469/9072/1192/t/8/assets/OvertheRainbow-Regular.ttf") format('truetype');
}

:root {
    --font-rainbow: 'Over the Rainbow';
    --font-span: 'Span';
    --color-olive: #5f5e2c;
}