/* Uber x Seatfrog Landing Page - Combined Styles v1 */
/* This file combines all external CSS for initial localization */
/* Next step: Remove unused styles with PurgeCSS */

/* ========================================
   1. Google Fonts - Archivo
   ======================================== */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700;800&display=swap');

/* ========================================
   2. Custom Variables & Overrides
   ======================================== */
:root {
  /* Brand Colors */
  --color-primary: #00D973;
  --color-primary-highlight: #00FF85;
  --color-blue-primary: #002BAF;
  --color-blue-secondary: #1440CC;
  --color-pink: #FF67A8;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grayscale-600: #666666;
}

body {
  font-family: 'Archivo', sans-serif;
  margin: 0;
  padding: 0;
}

/* ========================================
   3. Original Bundle CSS
   Note: This will be replaced with extracted styles
   For now, importing from external URL
   ======================================== */
/* Content from bundle.css will be added here after PurgeCSS */