:root {
--accent: #fe5b2c !important;
--primary: #0c0c0c !important;
--secondary: #555855 !important;
--primary-font: Poppins, sans-serif;
--secondary-font: Poppins, sans-serif;
}

.cs_heading_bg.cs_white_color .cs_btn.cs_style_1 {
    border-radius: 16px;
}
.cs_btn.cs_style_1 {
    border-radius: 15px;
}
.cs_fs_100 {
    font-size: 80px;
    line-height: 1em;
}
.cs_nav .cs_nav_list&gt;li&gt;a {
    font-size: 12px;
}
body, html {
    background-color: #0c0c0c;
    color: var(--secondary);
    font-size: 15px;
    line-height: 1.8em;
    overflow-x: clip;
}
.cs_footer.cs_style_1.cs_color_1 {
    background-color: #0c0c0c;
    color: var(--white-color);
}
body {
  font-family: Poppins;
}
.cs_hero_title, h1 {
    font-family: &#039;Poppins&#039;!important;
    font-weight:700 !important;
}