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

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