:root {
--fw-100:100;
--fw-200:200;
--fw-300:300;
--fw-400:400;
--fw-500:500;
--fw-600:600;
--fw-700:700;
--fw-800:800;
--fw-900:900;
}
.fw-100 {font-weight:var(--fw-100);}.fw-200 {font-weight:var(--fw-200);}.fw-300 {font-weight:var(--fw-300);}.fw-400 {font-weight:var(--fw-400);}.fw-500 {font-weight:var(--fw-500);}.fw-600 {font-weight:var(--fw-600);}.fw-700 {font-weight:var(--fw-700);}.fw-800 {font-weight:var(--fw-800);}.fw-900 {font-weight:var(--fw-900);}.h1,.h2,.h3,.h4,.h5,.h6,.elementor-widget-heading h1.elementor-heading-title,.entry-content h1,h1,.elementor-widget-heading h2.elementor-heading-title,.entry-content h2,h2,.elementor-widget-heading h3.elementor-heading-title,.entry-content h3,h3,.elementor-widget-heading h4.elementor-heading-title,.entry-content h4,h4,.elementor-widget-heading h5.elementor-heading-title,.entry-content h5,h5,.elementor-widget-heading h6.elementor-heading-title,.entry-content h6,h6 {
font-weight:var(--fw-700);
}