:root {

  /* Fonts */
  --font-primary: 'Plus Jakarta Sans', sans-serif;

  /* Colors */
  --color-bg: #1D1D1F;
  --color-white: #ffffff;
  --color-text: rgba(255,255,255,0.85);
  --color-muted: rgba(255,255,255,0.65);

  /* Accent Gradient */
  --gradient-accent: linear-gradient(90deg, #0C47F8 0%, #189BFB 100%);
  --gradient-accent-alt: linear-gradient(270deg, #4271FF 0%, #189BFB 100%);

}