@font-face {
  font-family: "EB Garamond";
  src: url("../../fonts/EBGaramond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

:root {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
}

html {
  font-size: 62.5%;
}

body {
  --e-global-color-primary: var(--clr-primary) !important;
  --e-global-color-secondary: var(--clr-secondary) !important;
  --e-global-color-text: var(--clr-text-body) !important;
  --e-global-color-accent: var(--clr-accent) !important;
  --e-global-typography-primary-font-family: var(--font-body) !important;
  --e-global-typography-primary-font-weight: 400 !important;
  --e-global-typography-secondary-font-family: var(--font-body) !important;
  --e-global-typography-secondary-font-weight: 400 !important;
  --e-global-typography-text-font-family: var(--font-body) !important;
  --e-global-typography-text-font-weight: 400 !important;
  --e-global-typography-accent-font-family: var(--font-body) !important;
  --e-global-typography-accent-font-weight: 400 !important;
  --widgets-spacing: 1.6rem !important;
  --container-default-padding-top: 0 !important;
  --container-default-padding-bottom: 0 !important;
  --container-default-padding-right: 0 !important;
  --container-default-padding-left: 0 !important;
  --e-global-typography-text-font-size: var(--text-m) !important;
  background-color: var(--clr-bg-body) !important;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0;
}

a:link,
a:visited {
  color: var(--clr-text-body);
  text-decoration: none;
}
a:hover,
a:active {
  color: var(--clr-accent);
}

.elementor-icon {
  display: inline-block;
  line-height: inherit;
  transition: none;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
}
