/* ===============================================================
   Tokens / Variables
=============================================================== */
:root {
  --primary-color: #3b82f6;
  --primary-color-dark: #1d4ed8;
  --secondary-color: #e0f2fe;
  --dark-bg: #0a192f;
  --dark-bg-light: #172a45;
  --text-color-dark: #ccd6f6;
  --text-color-light: #8892b0;
  --text-color: #333333;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --font-family: 'Helvetica', 'Arial', 'Hiragino Sans', 'Meiryo', sans-serif;
  --transition-speed: 0.5s;
}
