/* Base — recebe as variáveis de tema injetadas pelo Theme_System. */
:root{
  --mg-primary:#0D2E6E; --mg-secondary:#F0B429; --mg-accent:#1249A4;
  --mg-text:#131B30; --mg-background:#F4F6FB; --mg-border:#DDE3EF;
  --mg-font-family:inherit;
}
