:root {
 --bo-theme-primary: #101010;
 --bo-theme-primary-strong: #101010;
 --bo-theme-primary-soft: #e6fffb;
 --bo-theme-primary-muted: #ccfff5;
 --bo-theme-on-primary: #ffffff;
 --bo-theme-accent: #00ffd4;
 --bo-theme-link: #101010;
 --bo-theme-link-hover: #007b68;
 --bo-focus-ring: 0 0 0 .1875rem rgba(0,168,139,.25);
 --bo-field-bg: #f1f1f2;
 --bo-field-color: #101010;
 --bo-field-border: #d6d6d6;
 --bo-field-radius: .5rem;
 --bo-field-focus-border: #008f78;
 --bo-field-focus-ring: 0 0 0 .125rem rgba(0,168,139,.22);
 --bo-choice-checked-bg: #101010;
 --bo-choice-checked-border: #101010;
 --bo-choice-focus-border: #008f78;
 --bo-choice-focus-ring: 0 0 0 .125rem rgba(0,168,139,.22);
}
