 body {font-family: "HindSiliguri"; color: var(--base); font-size: var(--text-base); line-height: 1.5} h1 {color: var(--primary); line-height: 1.2; font-family: "Hind"; margin-top: 0} h2 {color: #2b4759; line-height: 1.2; font-family: "Hind"} h3 {color: #2b4759; font-weight: 500; font-size: var(--text-xl); line-height: 1.2; font-family: "Hind"} h4 {color: #2b4759; line-height: 1.2; font-family: "Hind"} h5 {color: #2b4759; font-weight: 400; line-height: 1.2; font-family: "Hind"} h6 {color: #2b4759; font-weight: 400; line-height: 1.2; font-family: "Hind"} .brxe-container {width: var(--content-width); column-gap: 2rem; row-gap: 2rem} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--neutral)}:where(:root) .bricks-background-light {background-color: var(--neutral)}:where(:root) .bricks-color-dark {color: var(--base)}:where(:root) .bricks-background-dark {background-color: var(--base)}:where(:root) .bricks-color-muted {color: #212121}:where(:root) .bricks-background-muted {background-color: #212121}:where(:root) * {border-color: #f5f5f5}:where(:root) .bricks-color-info {color: #ff5722}:where(:root) .bricks-background-info {background-color: #ff5722}:where(:root) .bricks-color-success {color: #81D4FA}:where(:root) .bricks-background-success {background-color: #81D4FA}:where(:root) .bricks-color-warning {color: #f44336}:where(:root) .bricks-background-warning {background-color: #f44336}:where(:root) .bricks-color-danger {color: #616161}:where(:root) .bricks-background-danger {background-color: #616161} .brxe-section {padding-top: var(--section-block-padding); padding-right: calc(var(--section-inline-padding) + 20px); padding-bottom: var(--section-block-padding); padding-left: calc(var(--section-inline-padding) + 20px); column-gap: 2rem; row-gap: 2rem} .brxe-block {column-gap: 2rem} .brxe-div {column-gap: var(--content-gap); row-gap: var(--content-gap)} .bricks-button {font-size: calc(var(--text-base) - 1px)} :root .bricks-button[class*="primary"] {color: var(--neutral)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--accent)} :root .bricks-button[class*="secondary"] {color: var(--base); border-color: var(--base)} :root .bricks-button[class*="secondary"].outline {border-color: var(--base)}@media (max-width: 767px) { .brxe-section {padding-right: var(--section-inline-padding); padding-left: var(--section-inline-padding)}}