/*
Theme Name: La Dolce Italia
Author: Web-Anatomy
Author URI: https://web-anatomy.com/
Description: Description
*/

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", Sans-serif, serif;

    &.overflow-hidden {
        overflow: hidden;
    }
}

p {
    margin: 0;
}

a, a:focus, a:visited {
    color: inherit;
}

strong {
    font-weight: 700;
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: unset !important;
}

.top-info-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    background-color: #FFCE22;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 28px;
}