/* Palette */
:root {
  --primary-color: #09637e;
  --secondary-color: #088395;
  --accent-color: #7ab2b2;
  --highlight-color: #ebf4f6;
  --text-dark: #09637e;
  --background: #ebf4f6;
}
