/* WVINAI LABS — brand colors + typography (Inter only) */
:root {
  /* Typography — https://fonts.google.com/specimen/Inter */
  --font-brand: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --brand-navy: #0B2545;
  --brand-teal: #0D9488;
  --brand-cyan: #06B6D4;
  --brand-teal-soft: #F0FDFA;
  --brand-gradient: linear-gradient(90deg, #0B2545 0%, #0D9488 52%, #06B6D4 100%);
  --brand-gradient-vertical: linear-gradient(165deg, #0B2545 0%, #0D9488 48%, #06B6D4 100%);
  --accent-yellow: #f2c94c;
  --accent-yellow-deep: #e6b800;
}
