/* Site accent and typography overrides (loads after tailwind.css and main.css). */

:root {
  --global-theme-color: #4c6e3c;
  --global-hover-color: #4c6e3c;
}

html[data-theme="dark"] {
  --global-theme-color: #4c6e3c;
  --global-hover-color: #4c6e3c;
}

body {
  font-family: "Lato", system-ui, sans-serif !important;
  font-weight: 400 !important;
}

img,
figure img,
.z-depth-1 {
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", Georgia, serif !important;
}
