html {
	font-size: clamp(18px, 0.35vw + 14px, 20px);
}

body {
	font-weight: 300;
}

b, strong {
	font-weight: 700;
}

/* nagłówki */
h1, h2, h3 {
	font-weight: 900;
}

h4, h5, h6 {
	font-weight: 700;
}

/* linki */

a[href^=mailto],
a[href^=tel] {
    color: inherit;
}

a[href^=tel]:hover,
a[href^=mailto]:hover,
.elementor-widget-heading .elementor-heading-title > a[href^=tel]:hover,
.elementor-widget-heading .elementor-heading-title > a[href^=mailto]:hover {
    color: var(--e-global-color-text);
    background: var(--e-global-color-accent);
    box-shadow: 0 0 0 3px var(--e-global-color-accent);
}

a[href^=tel] {
    text-decoration: underline;
}

a[href^=mailto]:hover,
a[href^=mailto]:focus,
a[href^=tel]:hover,
a[href^=tel]:focus {
    text-decoration: underline;
}