:root {
  /* COLORS */
  --primary-armada-color: #426e63;
  --armada-dark-color: #213539;
  --primary-active-color: #49a18b;
  --armada-blue: #48b0ea;
  --armada-light-color: #26c39c;

  /* TEXT COLORS */
  --white: #fff;
  --text-white: #ebf5f4;
  --text-light: #8e97a8;
  --text-dark: #6e7b92;
  --text-dark-blue: #16203b;
  --text-light-green: #78abb4;
  --armada-darkest-07: rgba(8, 12, 22, 0.7);

  /* BG COLORS */
  --surface-container: #080c16;
}
