/* Custom styles for Drone Minson website */

/* Apply Marzo font with letter spacing */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 2.5px;
}

/* Apply Marzo font to navbar text with letter spacing */
.navbar-text {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to dropdown text with letter spacing */
.dropdown-toggle {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to dropdown menu items with letter spacing */
.dropdown-item {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to form labels with letter spacing */
.form-label {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to buttons with letter spacing */
.btn {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to section titles with letter spacing */
section h2 {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 1.5px;
}

/* Apply Marzo font to portfolio titles with letter spacing */
.portfolio-item h3 {
    font-family: 'Marzo W00 Regular', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 1.5px;
}
