/* Inter font & Remixicon */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.7.0/fonts/remixicon.css");

/* Default theme (probably never used since the theme just overrides it anyways.. */
:root {
  --bg: #1e1127;
  --secondary-bg: #2d183f;
  --third-bg: #4a2963;
  --primary: #ffffff;
  --secondary: #e0e0f0;
  --accent: #b065ff;
  --grad-start: #7f00ff;
  --grad-end: #e100ff;
  --bg-grad-start: #48287a;
  --bg-grad-end: #170b24;
  --dark-grad-start: #211238;
  --dark-grad-end: #170b24;
}
