/* ============================================================== */
/*                          Set COLORS                            */
/* ============================================================== */

:root {

  --menu-selected: #eff6fb;  /* light yellow #fdc956; */
  --menu-hover: #c0d7e9; /* dark yellow #f2b33d; */
  --text-color: #31273c; /* dark blue ORIGINAL STRIPE BLUE 0074d4*/
  --text-color-loading: #4f46e5;
  --text-color-modal-toggle-ads: #31273c;
  --font-main: 'Poppins', sans-serif; /* done */
}

/* var(--text-color) */
/* ============================================================== */
