/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Whizcyber
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. About Us Section
5. Services Section
6. Statistics Section
7. Our Portfolio Section
8. Who We Are Section
9. Testimonials Section
10. Our Staff Section
11. Client Logo's Section
12. Contact Us Section
13. Footer Section
*/

body {
	font-family: 'Manrope', sans-serif;
}
:root {
    --e-global-color-primary: #1c1c1c;
    --e-global-color-secondary: #f6a440;
    --e-global-color-text: #6d6c6c;
    --e-global-color-accent: #f6a440;
	--e-global-color-white: #ffffff;
    --e-global-color-dark-grayish: #a69ea5;
    --e-global-color-strong-red: #b51b41;
    --e-global-color-very-dark-gray: #686868;
    --e-global-color-light-gray: #f9f9f9;
    --e-global-color-very-light-gray: #ebebeb;
    --e-global-color-mostly-white: #f9f9f9;
}
h1{
    font-size: 70px;
    line-height: 72px;
    font-weight: 800;
    color: var(--e-global-color-white);
}
h2{
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
}
h3{
    font-size: 42px;
    line-height: 30px;
    font-weight: 800;
}
h4{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
}
h5{
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}
h6{
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.2px !important;
}
p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
