body{

    font-family:var(--font-text);

    color:var(--text);

    background:var(--background);

    line-height:1.7;

    font-size:16px;

}

h1,h2,h3,h4,h5,h6{

    font-family:var(--font-title);

    font-weight:700;

    line-height:1.2;

    color:var(--primary);

}

h1{

    font-size:64px;

}

h2{

    font-size:48px;

}

h3{

    font-size:36px;

}

h4{

    font-size:28px;

}

h5{

    font-size:22px;

}

h6{

    font-size:18px;

}

p{

    color:var(--text-light);

    font-size:18px;

}
