@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

/* Fonturi generale */
body {
    font-family: 'Open Sans', sans-serif;
}

/* Titluri */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Meniu principal */
#header .menu ul li a,
#header .menu > ul > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 0 7px !important;
    letter-spacing: 0 !important;
}

/* Nume produse */
.product-title,
.product-title a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
