:root,
body.light {
    --primary:#00629d;
    --on-primary:#ffffff;
    --primary-container:#cfe5ff;
    --on-primary-container:#001d34;
    --secondary:#526070;
    --on-secondary:#ffffff;
    --secondary-container:#d5e4f7;
    --on-secondary-container:#0e1d2a;
    --tertiary:#695779;
    --on-tertiary:#ffffff;
    --tertiary-container:#f0dbff;
    --on-tertiary-container:#231533;
    --error:#ba1a1a;
    --on-error:#ffffff;
    --error-container:#ffdad6;
    --on-error-container:#410002;
    --background:#fcfcff;
    --on-background:#1a1c1e;
    --surface:#f9f9fc;
    --on-surface:#1a1c1e;
    --surface-variant:#dee3eb;
    --on-surface-variant:#42474e;
    --outline:#72777f;
    --outline-variant:#c2c7cf;
    --shadow:#000000;
    --scrim:#000000;
    --inverse-surface:#2f3033;
    --inverse-on-surface:#f1f0f4;
    --inverse-primary:#99cbff;
    --surface-dim:#dadadd;
    --surface-bright:#f9f9fc;
    --surface-container-lowest:#ffffff;
    --surface-container-low:#f3f3f7;
    --surface-container:#eeedf1;
    --surface-container-high:#e8e8eb;
    --surface-container-highest:#e2e2e5;
}

fieldset.hideborder {
    display: contents;
}

fieldset.hideborder > legend {
    display: none;
}