@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;900&display=swap');

.wmde-markdown a,
.wmde-markdown a:visited {
  color: var(--primary) !important;
  text-decoration: underline;
}

nav.fixed a:hover,
nav.fixed a:focus-visible {
  color: oklch(1 0 0 / 0.9) !important;
}

nav.fixed [class~="after:bg-primary"]::after {
  background-color: oklch(1 0 0 / 0.9) !important;
}

[data-store-contact] a,
[data-store-contact] a:visited {
  color: var(--card-foreground);
  text-decoration: underline;
}
