:root {
scroll-behavior: smooth;
--accent:#ff671f;
--secondary:#dd2476;
--text-dark:#c9d1d9;
--text-light:#121318;
--divider-dark:rgba(238,238,238,0.2);
--divider-light:#c6c6c6;
--bg-dark-secondary:rgba(201,209,217,0.03);
--bg-light-secondary:rgba(193,193,193,0.15);
--bg-light:#ffffff;
--bg-dark:rgb(18,19,24);
}
body {
background-color: var(--bg);
font-family:'Nunito', sans-serif;
font-size: 16px;
line-height: 1.5em;
font-weight: 400;
}
h6 {
font-family:'Nunito', sans-serif;
font-size: 16px;
line-height: 1.5em;
}
h5 {
font-family:'Nunito', sans-serif;
font-size: 18px;
line-height: 1.5em;
}
h4 {
font-family:'Nunito', sans-serif;
font-size: 20px;
line-height: 1.5em;
}
h3 {
font-family:'Nunito', sans-serif;
font-size: 22px;
line-height: 1.5em;
}
h2 {
font-family:'Nunito', sans-serif;
font-size: 24px;
line-height: 1.5em;
}
h1 {
font-family:'Nunito', sans-serif;
font-size: 26px;
line-height: 1.5em;
}
.tet_wrapper {
width:100%;
}
.tet_wrapper_content {
max-width:1170px;
padding-right: 15px;
padding-left: 15px;
}
.tet_logo_header {
}
