:root {
--ink-900: #0a0c11;
--ink-800: #12151c;
--ink-700: #1b1f29;
--ink-600: #2a3040;
--paper:   #ffffff;
--paper-2: #f5f6f8;
--paper-3: #ebedf1;
--line:    #dfe3ea;
--line-2:  #c8cedb;
--text:     #12151c;
--text-2:   #5a6272;
--text-inv: #f7f8fa;
--text-inv-2: #a7b0c0;
--accent:      #ff2f92;
--accent-700:  #c2185b;
--accent-800:  #9c1349;
--accent-050:  #fff0f6;
--sombra-accent: rgba(194, 24, 91, 0.28);
--cmyk-c: #00a9e0;
--cmyk-m: #ec008c;
--cmyk-y: #ffd200;
--cmyk-k: #58595b;
--neon:        #38f0d4;
--ok:    #0e7a52;
--ok-bg: #e8f6f0;
--warn:    #8a4b06;
--warn-bg: #fff5e6;
--font-sans: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
--font-mono: "SFMono-Regular", "Cascadia Mono", Consolas, "Liberation Mono", monospace;
--fs-xs:   0.75rem;
--fs-sm:   0.875rem;
--fs-base: 1rem;
--fs-md:   1.0625rem;
--fs-lg:   clamp(1.125rem, 1.02rem + 0.45vw, 1.375rem);
--fs-h3:   clamp(1.25rem, 1.1rem + 0.7vw, 1.6rem);
--fs-h2:   clamp(1.65rem, 1.35rem + 1.5vw, 2.6rem);
--fs-h1:   clamp(2.1rem, 1.6rem + 2.6vw, 4rem);
--fs-num:  clamp(2.2rem, 1.6rem + 2.8vw, 3.4rem);
--lh-tight: 1.06;
--lh-snug:  1.25;
--lh-base:  1.6;
--sp-1: 0.25rem;
--sp-2: 0.5rem;
--sp-3: 0.75rem;
--sp-4: 1rem;
--sp-5: 1.5rem;
--sp-6: 2rem;
--sp-7: 3rem;
--sp-8: 4rem;
--sp-9: 6rem;
--section-y: clamp(3rem, 2rem + 5vw, 6rem);
--r-1: 8px;
--r-2: 14px;
--r-3: 22px;
--r-full: 999px;
--shadow-1: 0 1px 2px rgba(10, 12, 17, 0.06), 0 2px 8px rgba(10, 12, 17, 0.04);
--shadow-2: 0 2px 6px rgba(10, 12, 17, 0.07), 0 12px 30px rgba(10, 12, 17, 0.09);
--shadow-3: 0 24px 60px rgba(10, 12, 17, 0.18);
--maxw: 1200px;
--maxw-prose: 62ch;
--ease: cubic-bezier(0.22, 0.7, 0.25, 1);
--dur: 220ms;
}
