@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'HyliaSerifBeta';
    src: url('/static/fonts/Hylia Serif Beta v0-009/HyliaSerifBeta-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-background: #6E8D69;
    --button-background: #EBE09D;
    --button-text: black;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --hylia-font: 'HyliaSerifBeta', serif;
}

