:root {
 --bo-theme-primary: #004aad;
 --bo-theme-primary-soft: #eef3fa;
 --bo-theme-primary-muted: #b4c6e0;
 --bo-theme-primary-strong: #00377f;
 --bo-theme-on-primary: #fff;
 --bo-theme-accent: #f52222;
 --bo-theme-link: #004aad;
 --bo-theme-link-hover: #00377f;
 --bo-field-bg: #fafafa;
 --bo-field-border: #fafafa;
 --bo-field-min-height: 3.125rem;
 --bo-field-padding-inline: 1rem;
 --bo-field-radius: .5rem;
 --bo-field-focus-border: #004aad;
 --bo-field-focus-ring: 0 0 0 .1875rem rgba(0,74,173,.22);
 --bo-choice-checked-bg: #004aad;
 --bo-choice-checked-border: #004aad;
 --bo-choice-focus-ring: 0 0 0 .1875rem rgba(0,74,173,.22);
 --bo-focus-ring: 0 0 0 .1875rem rgba(0,74,173,.28);
}
