/* Local fallback for Montserrat to avoid remote font downloads. */
:root {
  --montserrat-stack: 'Montserrat', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
body, button, input, select, textarea {
  font-family: var(--montserrat-stack);
}
