@import url("../manifestacaonfe/styles.css");

:root {
    --brand: #0f766e;
    --brand-dark: #0b514c;
    --brand-soft: #e7f7f4;
    --success: #147a55;
}

.hero { background: linear-gradient(135deg, #083b43 0%, #0b6667 58%, #138f83 100%); }
.section-number { box-shadow: 0 8px 20px rgba(15,118,110,.24); }
