/* =========================
   BASE / GLOBAL STYLES
========================= */

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;

    /* Use token */
    background: var(--color-bg-app);
    color: var(--color-text-main);
}

/* =========================
   HEADINGS
========================= */

h1 {
    font-size: var(--font-xl);
}

h2 {
    font-size: var(--font-lg);
    margin-bottom: var(--space-md);
}

h3 {
    font-size: var(--font-md);
}