*{
    font-family: 'Roboto', sans-serif;

    padding: 0;
    margin: 0;
}

/*headlines*/
h1{
    font-weight: 300;
    font-size: 96px;
    letter-spacing: -1.5px;
    padding: .5rem;
}
h2{
    font-weight: 300;
    font-size: 60px;
    letter-spacing: -0.5px;
    padding: .5rem;
}
h3{
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    padding: .5rem;
}
h4{
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.25px;
    padding: .5rem;
}
h5{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    padding: .5rem;
}
h6{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15px;
    padding: .5rem;
}

/*subtitles*/
.subtitle-1{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
}
.subtitle-2{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
}

/*bodys*/
.body-1{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: .5rem;
}
.body-2{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: .5rem;
}

.pahtExp{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: .25rem;
    border-bottom: solid 2px var(--action);
    font-weight: 800;

}

/*button*/
.button{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.25px;
}

/*caption*/
.caption{
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
}

/*overline*/
.overline{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.error{
    border: solid var(--error) 1px;
    color: var(--error);
    padding: .5rem;
    margin: .5rem;
    background-color: transparent;

    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.25px;
    padding: .5rem;
}

.success{
    border: solid var(--success) 1px;
    color: var(--success);
    padding: .5rem;
    margin: .5rem;
    background-color: white;
    border-radius: .25rem;

    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.25px;
    padding: .5rem;
}

.note{

    color: black;
    padding: .5rem;
    margin: .5rem;
    background-color: var(--background-black);
    border: solid 1px var(--background-gray);
    border-radius: .25rem;
}

a{
    text-decoration: none;
    width: max-content;
}