:root {--ba-colors-primary: var(--accent-3);
--ba-colors-secondary: #ffce0a;
--ba-colors-text: var(--accent-3);
--ba-colors-accent: #61CE70;
--ba-colors-custom-color-1: #ffce0a;
--ba-font-weights-primary: 600;
--ba-font-weights-secondary: 400;
--ba-font-families-text: Roboto;
--ba-font-weights-text: 600;
--ba-font-weights-accent: 500;}.ba-typography-primary {font-weight: var(--ba-font-weights-primary) !important;}.ba-typography-secondary {font-weight: var(--ba-font-weights-secondary) !important;}.ba-typography-text {font-family: var(--ba-font-families-text) !important;font-weight: var(--ba-font-weights-text) !important;}.ba-typography-accent {font-weight: var(--ba-font-weights-accent) !important;}