@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body { font-family: 'Poppins', sans-serif; }
.header .header-inner { background: #000000 !important; }
.header.sticky .header-inner { background: #000000 !important; }
.footer .copyright { background-color: #000000 !important; }
.btn { background-color: #d61c12 !important; border-color: #d61c12 !important; }
.btn:hover { filter: brightness(85%); }