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

#header .logo.fa-chart-line:before {
    content: '\f201';
}

#header h1 {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 0.05em;
}

#footer a {
    color: #ffffff;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#cookie-banner a {
    text-decoration: underline;
}

#cookie-banner a:hover {
    text-decoration: none;
}

/* Adaptare pentru textul în limba română */
p, li, a {
    line-height: 1.8em;
}

@media screen and (max-width: 736px) {
    #cookie-banner {
        padding: 10px;
        font-size: 12px;
    }
    
    #cookie-banner > div {
        flex-direction: column;
        text-align: center;
    }
    
    #cookie-banner span {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #header h1 {
        font-size: 2em;
    }
}