:root {
  /* Navbar */
  --primary-nav: #19929e;
  --primary-nav-alt: #008694;
  --secondary-nav: #00353e;
  --secondary-nav-alt: #194951;

  /* Common */
  --primary: #008694;
  --secondary: #333333;
  --tertiary: #868686;
  --white: #fff;
  --black: #000;

  /* Sections */
  --first-section: #50b6bd;
  --second-section: #f7941e;
  --third-section: #9283be;
  --fourth-section: #ee3d8f;

  /* Sections hovers */
  --first-section-hover: #79d8df;
  --second-section-hover: #ffad49;
  --third-section-hover: #bdaedf;
  --fourth-section-hover: #ff6fa9;

  /* Texts */
  --text-primary: #37bbed;

  /* Footer */
  --footer-bg: #012025;
}
