/*
Theme Name:  Slim. Child for Hello Elementor.
Theme URI:  https://bigsur.it
Description:  Child theme for the Hello Elementor theme.
Author:  Enrico Rollo
Textdomain:  bigsur
Author URI:  https://bigsur.it
Template:  hello-elementor
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
html, body {
	max-width: 100vw!important;
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}
a:focus {
    outline: none;
}
@media(min-width:767px){:root {--headerheight: 96px;}}
@media(max-width:767px){:root {--headerheight: 71px;}}