/* ===== IMPORTAR FONTES ===== */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Mulish:wght@300;400;600;700&display=swap');

/* ===== APLICAR FONTES EM TUDO ===== */
body, body *, p, span, div, label, input, select, textarea, button, a, li, td, th {
    font-family: 'Mulish', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus', serif !important;
}

/* ===== HEADER VERDE ===== */
header,
.page-header {
    background-color: #889988 !important;
}

/* ===== ALINHAR LOGO E MENU NA MESMA LINHA ===== */
header .row,
.page-header .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* ===== LOGO MAIOR - FORÇANDO O TAMANHO ===== */
.brand .logo a img,
.brand .logo img,
header .logo img,
header img[src*="logo"],
.company-logo img,
a[href="/"] img {
    width: 360px !important;
    max-width: 360px !important;
    min-width: 360px !important;
    height: auto !important;
    max-height: none !important;
}

/* ===== MENU EM BRANCO ===== */
header a,
header button,
.page-header a,
.page-header button,
nav a,
nav button {
    color: #ffffff !important;
}

/* ===== TÍTULO "ALINE FERNANDES YOGINI" VISÍVEL E MAIOR ===== */
.intro-banner h1,
.page-title,
h1[style] {
    font-size: 3em !important;
    font-family: 'Marcellus', serif !important;
    color: #ffffff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}