@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap";
:root,:root[data-theme=light]{--ink:#0f0f0f;--paper:#f7f5f2;--surface:#fff;--surface-2:#f1eee9;--stone:#e2ddd6;--ash:#8c8780;--smoke:#b8b2aa;--red:#c0392b;--red-soft:#f5e6e4;--white:#fff;--low:#2d6a4f;--medium:#b7791f;--high:#c05621;--critical:#c0392b;--low-soft:#ebf5ee;--medium-soft:#fefce8;--high-soft:#fff7ed;--critical-soft:#fef2f2;--shadow:0 2px 16px #0000000a;--shadow-sm:0 2px 8px #0000000a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--ink:#edeae6;--paper:#0a0a0a;--surface:#161616;--surface-2:#1e1e1e;--stone:#2a2a2a;--ash:#8a8a8a;--smoke:#5c5c5c;--red:#e04434;--red-soft:#2a1411;--white:#161616;--low:#4ade80;--medium:#e0a82e;--high:#f0833f;--critical:#e04434;--low-soft:#122019;--medium-soft:#221c0a;--high-soft:#221408;--critical-soft:#2a1411;--shadow:0 2px 16px #0006;--shadow-sm:0 1px 6px #0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s}@keyframes pulse-border{0%,to{box-shadow:0 0 #c0392b26}50%{box-shadow:0 0 0 6px #c0392b00}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes count-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:.5s forwards fade-up}.animate-spin{animation:1s linear infinite spin}
