/* Ironbark Cyber design tokens — generated from resources/css/app.css.
   Canonical source: the :root block in that file (with oklch upgrades under @supports). */
:root {
    --bark-0: #0a1712;
    --bark-1: #11231b;
    --bark-2: #1c3428;
    --bark-line: #274434;
    --bark-text: #e9efe9;
    --bark-text-soft: #a8bcae;
    --heartwood: #f7f3ea;
    --heartwood-2: #efe8d9;
    --heartwood-line: #ddd3bf;
    --ink: #17261f;
    --ink-soft: #47564e;
    --eucalypt: #5cd6a3;
    --eucalypt-soft: #8fdfbe;
    --eucalypt-deep: #1e7a5a;
    --ember: #c17a52;
    --ember-deep: #9a5433;
    --icon-tile: #022c22;
    --font-display: 'Neothic', 'Iowan Old Style', Georgia, serif;
    --font-body: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-mono: 'Martian Mono', ui-monospace, 'SF Mono', Menlo, monospace;
    --radius-chip: 4px;
    --radius-control: 6px;
    --radius-media: 8px;
    --radius-card: 10px;
    --radius-panel: 12px;
    --radius-band: 14px;
    --wrap: 72rem;
    --gutter: clamp(1.25rem, 4vw, 2.5rem);
    --section-block: clamp(3.5rem, 8vw, 6.5rem);
    --cut: clamp(1.5rem, 3.5vw, 3rem);
    --shadow-hero-card: 0 30px 80px -40px rgb(0 0 0 / 0.6);
    --shadow-card-hover: 0 16px 40px -24px rgb(23 38 31 / 0.35);
    --ease-spring: cubic-bezier(.22, 1.2, .36, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
}
