/* ==========================================
   Typography
========================================== */

body{

    font-family:"Inter",sans-serif;

    background:var(--bg-primary);

    color:var(--text-primary);

    line-height:1.7;

}

h1{

    font-size:4rem;

    font-weight:700;

    letter-spacing:-2px;

}

h2{

    font-size:2.5rem;

}

h3{

    font-size:1.5rem;

}

p{

    color:var(--text-secondary);

}