/*
Theme Name: Fabbrica di Pedavena Cologno Monzese
Author: Il tuo nome o la tua azienda
Description: Tema personalizzato per Fabbrica di Pedavena Cologno Monzese
Version: 1.0
*/

/* Stili di base */
body {
    background: linear-gradient(180deg, #000000, #333333);
    font-family: 'Neue Montreal', sans-serif;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

/* Font per le Headline */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe', sans-serif;
}

/* Link */
a {
    color: inherit;
    text-decoration: none;
}

/* Pulsanti */
button, .btn {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

button:hover, .btn:hover {
    background-color: #555555;
}

/* Elementor Compatibility */
.elementor-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.elementor-widget {
    margin-bottom: 20px;
}

/* Nascondere il titolo della pagina */
.page-title, .entry-title {
    display: none;
}

/* Nascondere la barra di ricerca */
.widget_search {
    display: none;
}

/* Nascondere le sezioni Pagine, Archivi, Categorie e Meta */
.widget_pages,
.widget_archive,
.widget_categories,
.widget_meta {
    display: none;
}

@font-face {
    font-family: 'FranchiseBold';
    src: url('https://fabbricainpedavenacologno.it/wp-content/themes/Fabbrica%20Theme/fonts/Franchise-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'FranchiseBold', sans-serif;
}

@font-face {
    font-family: 'Franchise-Bold';
    src: url('/wp-content/themes/fabbrica-theme/fonts/Franchise-Bold.woff2') format('woff2'),
         url('/wp-content/themes/fabbrica-theme/fonts/Franchise-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
