:root {
  /* Dark Colors */
  --c-dark1: #2A2D32;
  --c-dark2: #1C2B3A;

  /* Light Colors */
  --c-light1: #efefef;
  --c-light2: #E0E4EC;

  /* Button Colors */
  --c-bold1: #0077FF;
  --c-bold2: #E76F51;

  --c-text-light: #ffffff;
  --c-text-dark: #333333;

  --c-navbar-light: #ffffff;
}
