@tailwind base;@tailwind components;@tailwind utilities;:root{--header-height-desktop: 140px;--header-height-mobile: 120px;--header-offset: var(--header-height-mobile);--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px;--space-48: 48px;--space-64: 64px}@media(min-width:1024px){:root{--header-offset: var(--header-height-desktop)}}.global-container{width:100%;max-width:1320px;margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}.main-layout-offset,main{padding-top:var(--header-offset)}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;max-width:100%}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
