/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* VARIABILI */

:root {
    --font-family-primary: "Wix Madefor Text";
}



/* HAMBURGER MENU */
.bricks-mobile-menu-wrapper {
    .bricks-mobile-menu {
        width: 100%;
        .menu-item:first-child {
            border-top: 1px solid var(--gray-l-1);
        }
    }
}

/* TITOLI */

.title-intro {
    h2 {
        font-size: var(--text-s) !important;
        font-family: var(--ont-family-primary);
    }
}