:root {
  /* Font */
  --font-family: 'Poppins', sans-serif;

  /* Colors */
  --primary-color: #0077ff;
  --primary-hover: #005ecc;
  --text-color: #333333;
  --bg-color: #ffffff;
  --footer-bg: #222831;
  --ocean-blue:var(--primary-color);
  /* --text-color-white: #faffff; */
}

