body{
  all: unset;
  font-family: 'Questrial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
  background-color: inherit;
}

/* Ensure font loads properly */
body.font-loaded * {
  font-family: 'Questrial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Override everything to use Questrial */
* {
  font-family: 'Questrial', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

a{
  text-decoration: none;
  color: inherit;
}