:root {
    /* Tema claro — preto e branco apenas */
    --bg-0: #ffffff;
    --bg-1: #f5f5f4;
    --bg-2: #ececeb;
    --bg-3: #d9d9d8;

    --text-0: #000000;
    --text-1: #1a1a1a;
    --text-2: #555555;
    --text-3: #8a8a8a;

    --accent: #000000;
    --accent-dim: #1a1a1a;
    --accent-soft: #f0f0f0;
    --accent-glow: rgba(0, 0, 0, 0.18);

    --success: #1a1a1a;
    --danger:  #1a1a1a;

    --border: rgba(0, 0, 0, 0.10);
    --border-strong: rgba(0, 0, 0, 0.45);

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 8px 24px -12px rgba(0, 0, 0, 0.18);
    --shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, 0.22);

    /* Tipografia */
    --font-sans:    'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;

    /* Escala */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: 4rem;
    --space-9: 6rem;
    --space-10: 8rem;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 999px;

    --container: 1200px;

    --ease: cubic-bezier(0.22, 1, 0.36, 1);

    --header-h: 76px;
}
