/* ==========================================================================
   Theme: Red Action
   Vibe:   Bold, energetic, competitive
   Target: Competition / sport shooting
   ========================================================================== */

[data-theme="red-action"] {
    /* ── Brand Colors ─────────────────────────────────────────────────────── */
    --ot-color-primary:           #dc2626;
    --ot-color-primary-light:     #ef4444;
    --ot-color-primary-dark:      #b91c1c;
    --ot-color-primary-contrast:  #ffffff;

    --ot-color-accent:            #f97316;
    --ot-color-accent-light:      #fb923c;
    --ot-color-accent-dark:       #ea580c;
    --ot-color-accent-contrast:   #ffffff;

    --ot-color-secondary:         #18181b;
    --ot-color-secondary-light:   #27272a;
    --ot-color-secondary-dark:    #09090b;
    --ot-color-secondary-contrast:#ffffff;

    /* ── Surfaces ─────────────────────────────────────────────────────────── */
    --ot-color-bg:                #fafafa;
    --ot-color-bg-alt:            #f4f4f5;
    --ot-color-surface:           #ffffff;
    --ot-color-surface-hover:     #f4f4f5;

    /* ── Text ─────────────────────────────────────────────────────────────── */
    --ot-color-text:              #18181b;
    --ot-color-text-link:         #dc2626;
    --ot-color-text-link-hover:   #b91c1c;

    /* ── Border ───────────────────────────────────────────────────────────── */
    --ot-color-border-focus:      #dc2626;

    /* ── Typography ───────────────────────────────────────────────────────── */
    --ot-font-heading:            'Rajdhani', sans-serif;
    --ot-heading-transform:       uppercase;
    --ot-tracking-wide:           0.08em;

    /* ── Shape ────────────────────────────────────────────────────────────── */
    --ot-radius-button:           9999px;
    --ot-radius-card:             16px;
    --ot-radius-input:            8px;
}
