/* styles.css — AI-MICH Group | Merged | 2026-04-29
   Colors:  #CC1F2B · #A01820 · #1A1A1A · #FFFFFF · #FDF0F0 · #F5F5F5
   Fonts:   Montserrat · Inter · Barlow Condensed · Barlow
*/

/* ============================================================
   VARIABLES
   ============================================================ */
:root {
  --clr-red:       #CC1F2B;
  --clr-red-dark:  #A01820;
  --clr-red-light: #E8636B;
  --clr-red-bg:    rgba(204,31,43,0.06);
  --clr-dark:      #1A1A1A;
  --clr-white:     #FFFFFF;
  --clr-pink-bg:   #FDF0F0;
  --clr-gray:      #F5F5F5;
  --clr-text:      #222222;
  --clr-muted:     #666666;
  --clr-border:    rgba(204,31,43,0.15);
  --clr-line:      rgba(0,0,0,0.07);

  --ff-display: 'Montserrat', 'Arial Black', sans-serif;
  --ff-body:    'Inter', 'Arial', sans-serif;
  --ff-heading: 'Barlow Condensed', 'Arial Black', sans-serif;
  --ff-btext:   'Barlow', Arial, sans-serif;

  --header-h:   72px;
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce:   cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Partners */
  --color-red:       #CC1F2B;
  --color-red-dark:  #a8181f;
  --color-white:     #FFFFFF;
  --color-dark:      #1A1A1A;
  --color-gray-100:  #F7F7F7;
  --color-gray-200:  #EEEEEE;
  --color-gray-400:  #AAAAAA;
  --color-gray-600:  #666666;
  --font-heading: 'Barlow Condensed', 'Arial Black', Arial, sans-serif;
  --font-body:    'Barlow', Arial, sans-serif;
  --marquee-speed-ltr: 40s;
  --marquee-speed-rtl: 35s;
  --logo-height-mobile: 36px;
  --logo-height-desktop: 48px;
}
