@import "tailwindcss"; @import "./fonts.css"; @import "./dropdown.css"; /* Note for anyone theming the checkout module (resources/css/checkout.css, .bbk-* classes): it's deliberately plain, unlayered CSS, not inside any @layer — so override it with plain rules here too, not from inside @layer components/utilities, which would lose to it. See checkout.css's file-level comment for why. */ @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php'; @source '../../storage/framework/views/*.php'; @source '../**/*.blade.php'; @source '../**/*.js'; /* ═══════════════════════════════════════════════════════════════════ DESIGN TOKENS ═══════════════════════════════════════════════════════════════════ */ @theme { /*--font-sans: "Nunito", ui-sans-serif, system-ui, sans-serif;*/ --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif; /*--font-display: "DM Sans", ui-sans-serif, system-ui, sans-serif;*/ --font-display: "Manrope", ui-sans-serif, system-ui, sans-serif; --color-brand: #18c28a; --color-brand-light: #69cba7; --text-h1: 60px; --text-h2: 48px; --text-h3: 36px; --text-h4: 26px; } /* ═══════════════════════════════════════════════════════════════════ BASE ═══════════════════════════════════════════════════════════════════ */ @layer base { body { background-color: theme(colors.neutral.200); font-family: var(--font-sans); font-size: 18px; line-height: 1.389; font-weight: 400; color: #000; -webkit-font-smoothing: antialiased; } /* Browsers don't give