html {
  font-size: 14px;
}

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

/* Reducción de escalas tipográficas - usando valores proporcionados sin !important */
.mud-typography-h1 {
  font-size: 2.2rem;
}
.mud-typography-h2 {
  font-size: 1.8rem;
}
.mud-typography-h3 {
  font-size: 1.5rem;
}
.mud-typography-h4 {
  font-size: 1.2rem;
}
.mud-typography-h5 {
  font-size: 1.1rem;
}
.mud-typography-h6 {
  font-size: 1rem;
}
.mud-typography-body1 {
  font-size: 0.9rem;
}
.mud-typography-body2 {
  font-size: 0.8rem;
}
.mud-typography-button {
  font-size: 0.8rem;
}
.mud-typography-caption {
  font-size: 0.75rem;
}

/* Ajuste de componentes - sin !important para no romper la cascada de MudBlazor */
.mud-input {
  font-size: 0.9rem;
}
.mud-button-root {
  font-size: 0.85rem;
}
.mud-nav-link {
  font-size: 0.85rem;
}
.mud-appbar {
  height: 48px;
}
.pa-4 {
  padding: 16px;
}

.mt-4 {
  margin-top: 16px;
}
