/*
Theme Name:   Infinity Child
Theme URI:    https://infinitybs-eg.com
Description:  Custom child theme for Infinity Business Solutions. Brand-aligned, bilingual (EN/AR), built on GeneratePress.
Author:       Infinity Business Solutions
Author URI:   https://infinitybs-eg.com
Template:     generatepress
Version:      1.4.0
Text Domain:  infinity-child
*/

/* ============================================================
   BRAND TOKENS — Infinity Business Solutions
   Colors and typography from official brand guidelines
   ============================================================ */
:root {
  /* Primary brand colors (from Brand Visual Identity Guidelines) */
  --c-navy:        #0A152E;
  --c-red:         #DE1F26;
  --c-gray:        #DEDEDE;
  --c-white:       #FFFFFF;

  /* Extended palette (derived) */
  --c-cream:       #F4F1EA;
  --c-bg:          #FFFFFF;
  --c-bg-subtle:   #FAFAF7;
  --c-bg-cream:    #F4F1EA;
  --c-border:      #EEECE6;
  --c-text:        #0A152E;
  --c-text-muted:  #4A5568;
  --c-text-soft:   #6B7280;

  /* Brand fonts */
  --font-en: 'Montserrat', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-ar: 'Bahij TheSansArabic', 'Tajawal', 'Cairo', system-ui, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  /* Type scale */
  --fs-hero:    clamp(2.75rem, 6vw, 4.75rem);
  --fs-h1:      clamp(2rem, 4vw, 3rem);
  --fs-h2:      clamp(1.5rem, 3vw, 2.25rem);
  --fs-h3:      1.5rem;
  --fs-h4:      1.25rem;
  --fs-body-lg: 1.1875rem;
  --fs-body:    1rem;
  --fs-small:   0.875rem;
  --fs-tiny:    0.75rem;

  /* Line heights */
  --lh-tight:   1.0;
  --lh-snug:    1.2;
  --lh-normal:  1.5;
  --lh-relaxed: 1.65;

  /* Spacing scale */
  --sp-1:   0.25rem;
  --sp-2:   0.5rem;
  --sp-3:   0.75rem;
  --sp-4:   1rem;
  --sp-5:   1.25rem;
  --sp-6:   1.5rem;
  --sp-8:   2rem;
  --sp-10:  2.5rem;
  --sp-12:  3rem;
  --sp-16:  4rem;
  --sp-20:  5rem;
  --sp-24:  6rem;

  /* Layout */
  --container: 1280px;
  --gutter:    36px;
  --gutter-mobile: 20px;

  /* Border radius */
  --r-sm:   4px;
  --r-md:   8px;
  --r-lg:   12px;
  --r-pill: 999px;

  /* Transitions */
  --t-fast:  150ms ease;
  --t-base:  250ms ease;
}
