@import"https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary: #3B82F6;--secondary: #10B981}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0}@tailwind base;@tailwind components;@tailwind utilities;@keyframes kenburns-zoom{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.hero-kenburns{animation:kenburns-zoom 16s ease-in-out infinite;transform-origin:center center;will-change:transform}@media(prefers-reduced-motion:reduce){.hero-kenburns{animation:none}}:root{--color-green: #4c9a2a;--color-green-dark: #2f5d1e;--color-yellow: #ffc629;--color-yellow-dark: #e5ac0f;--color-ink: #121212;--color-ink-2: #5a5a5a;--color-cream: #f8f4e9;--color-surface: #ffffff;--color-card: #ffffff;--color-line: #e6e0d2;--shadow-card: 0 1px 2px rgba(18, 18, 18, .05), 0 10px 30px rgba(18, 18, 18, .07);--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 40 25% 86%;--input: 40 25% 86%;--ring: 222.2 84% 4.9%;--radius: .5rem}*{border-color:hsl(var(--border))}html,body,*{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body{background-color:var(--color-surface);color:var(--color-ink);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}@layer components{.display{font-family:Anton,Inter,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.01em;line-height:.95}.btn-green{@apply inline-flex items-center justify-center gap-2 rounded-md px-6 py-3.5 text-sm font-bold uppercase tracking-wide transition-all duration-200;background:var(--color-ink);color:var(--color-yellow)}.btn-green:hover{background:var(--color-yellow);color:var(--color-ink);transform:translateY(-1px)}.btn-yellow{@apply inline-flex items-center justify-center gap-2 rounded-md px-6 py-3.5 text-sm font-bold uppercase tracking-wide transition-all duration-200;background:var(--color-yellow);color:var(--color-ink)}.btn-yellow:hover{background:var(--color-yellow-dark);transform:translateY(-1px)}.btn-outline{@apply inline-flex items-center justify-center gap-2 rounded-md border-2 px-6 py-3 text-sm font-bold uppercase tracking-wide transition-all duration-200;border-color:var(--color-line);color:var(--color-ink);background:#fff}.btn-outline:hover{border-color:var(--color-yellow);color:var(--color-ink)}.rule-gold:after{content:"";display:block;width:64px;height:4px;margin-top:14px;background:var(--color-yellow);border-radius:2px}.hs-input{@apply w-full rounded-md border-2 bg-white px-4 py-3 text-sm text-ink outline-none transition-colors;border-color:var(--color-line)}.hs-input:focus{border-color:var(--color-yellow)}.hs-input::placeholder{color:var(--color-ink-2);opacity:.7}.halal-badge{@apply inline-flex flex-col items-center justify-center rounded-full border-2 shrink-0;border-color:var(--color-green);line-height:1}}
/*# sourceMappingURL=App.css.map */
