@property --color-primary{syntax: "<color>"; inherits: false; initial-value: #00A89E;}@property --color-primary-transparent{syntax: "<color>"; inherits: false; initial-value: #00A89ECC;}@property --header-vertical-center{syntax: "top|center|bottom"; inherits: false; initial-value: center;}@property --grid-width{syntax: "<length>"; inherits: false; initial-value: 1020px;}html,body{height:100vh;margin:0;color:#3d3d3d;font-family:Poppins,Calibri,Arial,sans-serif;font-weight:200;position:relative}body{display:flex;flex-direction:column}app-root{flex:1}.footer{width:100%;height:76px;background:#f5f5f5;color:#a6a6a6;font-family:Roboto,sans-serif;font-weight:400;font-size:15px}.footer .footer-inner{width:var(--grid-width);height:100%;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}h1{color:#3e3e3e}a{color:var(--color-primary)}
