:root { --color-grey-dark: #3f3e3d;
--color-blue: #144A8B;
--color-orange: #c19a5e;
--color-dark: #191919;
--color-grey: #A8A8A7; --fuente: KingspanBrownTT-Light;
--fuente-bold: KingspanBrownTT-Bold;
--size-h2: 40px;
--size-h3: 18px;
--size-h4: 16px;
--size-p: 18px;
--size-footer-legal: 14px;
}
@media only screen and (max-width:1500px) {
:root {
--size-h2: 30px;
}
}
@media only screen and (max-width:1200px) {
:root {
--size-h2: 25px;
}
}
@media only screen and (max-width:575px) {
:root {
--size-h2: 22px;
}
}