@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--ink: #0C1F3A;--blue: #185FA5;--blue-light: #85B7EB;--blue-deep: #0C447C;--coral: #D85A30;--coral-soft: #F0997B;--paper: #F5F2ED;--paper-dark: #EAE5DC;--white: #FFFFFF;--muted: #6B6560;--rule: rgba(12, 31, 58, .12);--teal: #0F6E56;--violet: #7F77DD;--amber: #BA7517;--serif: "EB Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}input.grade-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;outline:none;cursor:pointer;padding:0;border:none}input.grade-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--white);border:2px solid rgba(12,31,58,.35);cursor:pointer;box-shadow:0 1px 3px #0c1f3a1f}input.grade-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--white);border:2px solid rgba(12,31,58,.35);cursor:pointer;box-shadow:0 1px 3px #0c1f3a1f}body{font-family:var(--sans);background-color:var(--paper);color:var(--ink);font-size:15px;line-height:1.65;margin:0}
