@tailwind base;@tailwind components;@tailwind utilities;:root{--ch-red: #e4002b;--ch-black: #000000;--ch-dark-gray: #1a1a1a;--ch-light-gray: #f5f5f5;--ch-off-white: #f8f9fa}body{background-color:var(--ch-off-white);color:#1f2937;font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}::selection{background-color:var(--ch-red);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ch-red)}.font-ch-serif{font-family:Playfair Display,serif}.font-ch-sans{font-family:Lato,sans-serif}
