/**
 * Variables CSS - Frailes Services
 */
:root {
  --brand: #FF6B00;
  --brand2: #FF8C00;
  --brand3: #cc5200;
  --dark: #0d0d0d;
  --dark2: #141414;
  --dark3: #1c1c1c;
  --card: #1a1a1a;
  --card2: #212121;
  --border: rgba(255,107,0,.18);
  --border2: rgba(255,255,255,.07);
  --text: #f0f0f0;
  --text2: #a8a8a8;
  --text3: #666;
  --white: #ffffff;
  --green: #00e676;
  --blue: #2196F3;
  --gold: #FFD700;
  --r: 12px;
  --r2: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,.5);
  --glow: 0 0 40px rgba(255,107,0,.25);
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}
