:root{
   --base: #1a1a2e;
   --base__light:#5f6f94;

   --active: #0f4c81;
   --active__hover:#0a3d6b;

   --secondary:#ffffff;
   --secondary__dark:#d4d8e1;
   
   --accent:#3498db;
   --accent__light:#eef5fb;

   --tech__green:#16a34a;

   --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   --t_font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

