@import url("variables.css");
@import url("components.css");

html{

scroll-behavior:smooth;

}

body{

font-family:'Inter',sans-serif;

background:#fff;

color:var(--dark);

}

.hero-bg{

background:

radial-gradient(circle at top left,#DBEAFE 0%,transparent 45%),

radial-gradient(circle at bottom right,#EDE9FE 0%,transparent 40%);

}

.section{

padding:110px 0;

}