@font-face {
    font-family: 'wurth';
    src: url('../../assets/fonts/WuerthExtraBoldCond.ttf') format('truetype');
}

@font-face {
    font-family: 'wurthp';
    src: url('../../assets/fonts/WuerthBook.ttf') format('truetype');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    font-family: 'wurthp','futura','-apple-system',system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #f5f5f5;
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.outer-container {
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.highlight-container {
    padding: 2rem 0;
}



h1 {
    font-family: 'wurth', sans-serif !important;
    font-size: 2rem;
    font-weight: bolder;
    color: #000;
}

h2 {
    font-family: wuerth bold, futura, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.2rem;
    font-weight: bold;
    color: #c00 ;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h2.heading-alt {
    color: #c00 ;
}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #c00 ;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

p {
    font-family: 'wurthp', sans-serif !important;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.lista {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.lista li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.link-email {
    color: #c00;
    text-decoration: none;
}

.link-email:hover {
    text-decoration: underline;
}

strong, b {
    font-weight: bold;
}

.col-12 {
    width: 100%;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

br {
    display: block;
    content: "";
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    .container-fluid {
        padding: 0 10px;
    }
}
