body, .body, [class*="font"] { font-family: 'Inter', sans-serif !important; } :root { --goco-primary: #f71400; --goco-accent: #f71400; } .btn-primary, button.primary, .button-primary, [class*="primary-btn"], [class*="btn-primary"] { background-color: #f71400 !important; border-color: #f71400 !important; } a, a:hover, .text-primary, [class*="text-primary"] { color: #f71400; } .header-bg, .navbar.primary, .bg-primary, [class*="bg-primary"] { background-color: #f71400 !important; }
created: 01/02/2019
<!-- Google Fonts -->
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700|Heebo:300,400,500,700');
<!-- All css here --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/fontawesome-all.min.css"> <link rel="stylesheet" href="css/slick.css"> <link rel="stylesheet" href="css/themify-icons.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/style.css">
<!-- All js here --> <script src="js/vendor/jquery-1.12.4.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/slick.min.js"></script> <script src="js/jquery.scrollUp.min.js"></script> <script src="js/one-page-nav-min.js"></script> <script src="js/main.js"></script>