







:root {
    --g-orange-color: #ff7e00;
}


h1, h2, h3, h4, h5, h6, .title, .subtitle {
    color: var(--g-orange-color);
} 


.footer-003 .subtitle {
    display: none;
}