/* Gerado pelo Editor Visual do Painel de Convites. */
:root{
  --theme-primary:#2f7a47;
  --theme-secondary:#9b5d2f;
  --theme-accent:#f1c84b;
  --theme-surface:#fffaf0;
  --theme-text:#23452d;
  --theme-display:"Baloo 2",system-ui,sans-serif;
  --theme-body:"Nunito",system-ui,sans-serif;
}
html,body,button,input,select,textarea{font-family:var(--theme-body)!important}
.eyebrow,.page-title,.menu-btn,.mission-btn,.royal-btn,.back-btn,.home-date{font-family:var(--theme-display)!important}
.page-title,.field,.attendance-fieldset legend,.card-intro{color:var(--theme-text)!important}
.page-title span{color:var(--theme-accent)!important}
.mission-card,.glass-card,.success-box{background:var(--theme-surface)!important;border-color:var(--theme-primary)!important}
.back-btn,.music-toggle{background:var(--theme-primary)!important}
.menu-btn--blue,.mission-btn--blue,.royal-btn--blue{background:var(--theme-primary)!important}
.menu-btn--red,.mission-btn--red,.royal-btn--rose{background:var(--theme-secondary)!important}
.menu-btn--green,.mission-btn--green,.royal-btn--primary{background:var(--theme-primary)!important}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--theme-primary) 18%,transparent)!important}
