/* ================================================================
   MT24 Theme: Bold — Vibrant, strong, high-impact
   Ideal for athletic, urban, streetwear, electronics
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
    /* Typography — strong, geometric */
    --mt24-font-heading: 'Poppins', system-ui, sans-serif;
    --mt24-font-body: 'Poppins', system-ui, sans-serif;
    --mt24-letter-spacing: -0.02em;

    /* Shapes — sharp corners, no rounding */
    --mt24-radius-sm: 0px;
    --mt24-radius: 0px;
    --mt24-radius-lg: 0px;
    --mt24-radius-xl: 0px;

    /* Shadows — stronger, more dramatic */
    --mt24-shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.1);
    --mt24-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    --mt24-shadow-md: 0 6px 12px rgba(0, 0, 0, 0.14);
    --mt24-shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.16);
    --mt24-shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.18);

    /* Borders — harder edges */
    --mt24-border: #D1D5DB;
    --mt24-border-light: #E5E7EB;
    --mt24-border-dark: #9CA3AF;

    /* Transitions — snappy, fast */
    --mt24-duration-fast: 100ms;
    --mt24-duration: 200ms;
    --mt24-duration-slow: 300ms;
    --mt24-ease: cubic-bezier(0.25, 0, 0.25, 1);
}
