/**
 * HiGuppy Design Tokens
 *
 * CSS custom properties defining the visual design system for higuppy.com.
 * These tokens ensure consistency across all pages for colors, typography,
 * spacing, and touch targets.
 *
 * @package HiGuppy
 * @since 1.0.0
 */

:root {
    /* Color palette — HiGuppy premium brand */
    --higuppy-primary: #082747;
    --higuppy-secondary: #0b3d5c;
    --higuppy-accent: #ff6b4a;
    --higuppy-accent-orange: #ff9f3f;
    --higuppy-neutral-100: #f7fbff;
    --higuppy-neutral-900: #082747;

    /* Type scale */
    --higuppy-font-primary: 'Inter', sans-serif;
    --higuppy-font-heading: 'Inter', sans-serif;
    --higuppy-font-mono: 'JetBrains Mono', monospace;

    /* Spacing unit */
    --higuppy-space: 8px;

    /* Touch targets */
    --higuppy-touch-min: 44px;
}
