* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}


@font-face {
    font-family: 'inter';
    src: url('../fonts/inter.24pt-medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


.container-width{
    width: 90%;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Space Grotesk', sans-serif;
}

h1{
font-weight: 700;
font-style: Bold;
margin-bottom:12px;
font-size: 55px;
line-height: 68.2px;
letter-spacing: -1%;
letter-spacing: 0%;
color: rgba(245, 246, 255, 1);
}

h2{
   font-family: Space Grotesk;
   font-weight: 700;
   font-style: Bold;
   font-size: 44px;
   line-height: 100%;
   letter-spacing: -1%;
}

h3{
    font-size: 24px;
    font-weight: 700;
    font-style:bold;
}

h4{
   font-size:20px;
   font-weight: 700;
   font-style: Bold;
}

h5{
    font-size: 17px;
    font-weight:700;
    font-family: Bold;
    font-family: Space Grotesk;
}

h6{
    font-size: 18px;
}

p{
    font-size: 16px;
    font-family: Inter !important;
    margin-bottom:10px !important;
    font-weight: 400;
    font-style: Regular;
}



p,li,a,button{
    font-family:Inter !important;
}
a{
    text-decoration: none;
}

:root{
    --main-color:linear-gradient(90deg, #6957FF 0%, #B59DFF 100%);
    --dark-bule:#05053E;
    --white:#fff;
    --black:#000;
    --light-color:#E6E2FF;
    --icons-color:#6C5EFB;
    --light-bg:#F5F6FF;
    --brig-color:rgba(61, 58, 122, 1); 
    --headt-color:rgba(5, 5, 62, 1); 
    --headf-color:rgba(5, 5, 62, 1);
    --p-color:rgba(71, 70, 80, 1); 
    --hhh-color:rgba(26, 26, 77, 1); 
}






