:root {
    /* Heimdall Studio - Ice Minimal v0.2 */

    --color-navy: #0b1422;
    --color-navy-soft: #17283b;
    --color-steel: #294057;

    --color-ice: #73bce9;
    --color-ice-strong: #49a9e7;
    --color-ice-soft: #cfe7f5;

    --color-frost: #eaf4f9;
    --color-snow: #f8fbfd;
    --color-white: #ffffff;

    --color-ink: #101923;
    --color-gray: #627181;
    --color-gray-light: #94a3af;
    --color-line: rgba(19, 52, 77, 0.11);

    --font-primary: "Inter", "Segoe UI", Helvetica, Arial, sans-serif;

    --content-width: 1240px;
    --page-padding: 32px;

    --radius-small: 8px;
    --radius-medium: 16px;
    --radius-large: 28px;

    --shadow-soft: 0 16px 50px rgba(29, 69, 101, 0.08);
    --shadow-card: 0 24px 70px rgba(29, 69, 101, 0.10);

    --transition-fast: 160ms ease;
    --transition-normal: 280ms ease;
}
