:root {
  --background-light: #ffffff;
  --background-dark: #000000;
  --color-primary: #000000;
  --color-secondary: #ffffff;
  --font-size-base: 18px;
  --line-height-base: 1.4;

}
body, html {
  font-family: "Optima-Regular", sans-serif;
  font-weight: normal;
}
    