* {
  font-family: "Inter", sans-serif;
}

*,
*:hover,
*:focus {
    outline: none !important;
}

@theme {
    --text-xs: 12.5px;
    --text-sm: .83rem;
    --text-base: .93rem;
}