html { scroll-behavior: smooth; } body{ transition: 0.3s ease-in-out; } body.dark-mode{ background: #333; color: #fff; } body.dark-mode h3, body.dark-mode h4{ color: var(--bricks-color-fzsrfa) !important; } #brx-content.wordpress{ width: 100%; } article { width: 100% !important; background-color: transparent; } h1 { font-size: 2.565rem; font-size: calc(2.7648rem + (1.4986674666 * ((100vw - 32rem) / 96))); font-size: clamp(2.7648rem, calc(1.5611119444vw + 2.2652441778rem), 4.2634674666rem); line-height: 1.2; } h2 { font-size: 2.28rem; font-size: calc(2.304rem + (0.8944002 * ((100vw - 32rem) / 96))); font-size: clamp(2.304rem, calc(0.931666875vw + 2.0058666rem), 3.1984002rem); line-height: 1.2; } h3 { font-size: 2.025rem; font-size: calc(1.92rem + (0.4794 * ((100vw - 32rem) / 96))); font-size: clamp(1.92rem, calc(0.499375vw + 1.7602rem), 2.3994rem); line-height: 1.2; } h4 { font-size: 1.8rem; font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 96))); font-size: clamp(1.6rem, calc(0.2083333333vw + 1.5333333333rem), 1.8rem); line-height: 1.2; } h5 { font-size: 1.42rem; font-size: calc(1.2rem + (0 * ((100vw - 32rem) / 96))); font-size: clamp(1.2rem, calc(0vw + 1.2rem), 1.2rem); line-height: 1.2; } h6 { font-size: 1.26rem; font-size: calc(1.1rem + (0 * ((100vw - 32rem) / 96))); font-size: clamp(1.1rem, calc(0vw + 1.1rem), 1.1rem); line-height: 1.2; }