@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer utilities{.text-h1-hero{font-size:32px;line-height:40px;font-weight:700}@media (min-width: 1024px){.text-h1-hero{font-size:48px;line-height:56px}}.text-h1-page{font-size:28px;line-height:36px;font-weight:700}@media (min-width: 1024px){.text-h1-page{font-size:40px;line-height:48px}}.text-h2{font-size:24px;line-height:32px;font-weight:600}@media (min-width: 1024px){.text-h2{font-size:32px;line-height:40px}}.text-h3{font-size:20px;line-height:28px;font-weight:600}@media (min-width: 1024px){.text-h3{font-size:28px;line-height:36px}}}
