@import "https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";
/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
}

body {
  color: #14181f;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
}

a {
  color: #2455c9;
  text-decoration: none;
}

a:hover {
  color: #12275c;
  text-decoration: underline;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #2455c9;
}

::selection {
  background: #d6e0fa;
}

details[open] .rf-mais {
  transform: rotate(45deg);
}

@media (max-width: 720px) {
  #rf-nav-links, .rf-gutter {
    display: none !important;
  }
}

@media (min-width: 721px) {
  #rf-mobile-cta {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-anim] {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}

section[id] {
  scroll-margin-top: 84px;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/