*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Inter,sans-serif;

background:#F8FAFC;

color:#334155;

line-height:1.7;

}

.container{

max-width:1280px;

margin:auto;

padding:0 20px;

}

h1,h2,h3,h4{

color:#0F172A;

font-weight:700;

}

a{

text-decoration:none;

color:inherit;

}