:root { --primary: rgb(208, 128, 64); --secondary: #e36159; --tertiary: #2BAAB1; --quaternary: #383f48; } /* Text */ .text-color-PT-dark-grey { color: rgb(108, 110, 110) !important; } .bg-color-PT-light-grey { background-color: rgb(231, 232, 233, 1) !important; } .bg-color-PT-dark-grey { background-color: rgb(108, 110, 110) !important; } body { background-color: #FFF; color: #4c4c4c; font-family: "Libre Franklin", Arial, sans-serif; font-size: 14px; line-height: 1.6; margin: 0; } #footer .footer-copyright-style-PT { background: rgb(108, 110, 110); color: rgb(255, 255, 255); border-bottom: 4px solid rgb(208, 128, 64); } /* Cards */ .featured-box img { height: 75px; }