/********** Template CSS **********/
:root {
  /* --primary: #ff6f0f; */
  /* --primary: #1F6660; */
  /* --primary: #5C6E4F; */
  --primary: #26aeea;
  --secondary: #737373;
  /* --secondary: #BE973C; */
  --light: #f8f8f9;
  --dark: #001d23;
  --neutral-600: #475569;
  --primary-50: #7373733a;


  --theme-gray: #707876;
  --theme-gray-rgb: 112, 120, 118;
  --theme-primary: #26aeea;
  --theme-base: #4DB4D7;
  --theme-primary-rgb: 21, 200, 160;
  --theme-black: #1f2230;
  --theme-black-rgb: 31, 34, 48;
  --main-color: #204770;
  --secondary-color: #05c9a7;
}
