@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..800&display=swap');

:root {
  --body-background: #ffffff;
  --primary-button-bg-color: #a489c2;
  --default-text-color: #000000;
  --iex-font-family: "Geologica", sans-serif;
  --body-text-color: #222222;
  --background:#e4e4e4;
  --primary-background: #a489c2;
  --primary-text-color: #ffffff;
  --default-link: #000000 !important;
  --header-bg:#ecebec;
}
body {
    font-family: var(--default-font-family);
}


