@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717}html{-webkit-text-size-adjust:100%}body{color:var(--foreground);background:var(--background);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@layer base{a,h1,h2,h3{@apply underline-offset-2}}@layer utilities{.text-balance{text-wrap:balance}}.lyrics{white-space:pre-wrap;word-break:break-word;font-size:1.125rem;line-height:1.9}@media (min-width:640px){.lyrics{font-size:1.25rem}}.lyrics-presentation{white-space:pre-wrap;word-break:break-word;font-size:1.75rem;line-height:2}@media (min-width:640px){.lyrics-presentation{font-size:2.375rem}}body:has(.presentation-view)>footer,body:has(.presentation-view)>header{display:none}@page{margin:1.5cm}@media print{.no-print,body>footer,body>header{display:none!important}body{background:#fff;color:#000}.badge{background:none!important;border-color:#000!important;color:#000!important}.lyrics-presentation{font-size:20pt;line-height:1.6;color:#000}}