/* ZOED Authoring Studio - Self-Contained Local Typography Engine */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter.woff2') format('woff2');
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/outfit.woff2') format('woff2');
}

:root {
    --font-inter: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-outfit: 'Outfit', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

body {
    font-family: var(--font-inter);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-outfit,
.font-\['Outfit' \] {
    font-family: var(--font-outfit);
}