body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
}

.h,h1,h2,h3,h4,h5 {
    color: var(--text-black);
    font-family: headings,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5em;
    margin-top: .5em;
    letter-spacing: -.015em;
    color: var(--font-300);
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.55em;
}

h4 {
    font-size: 1.35em;
}

h5 {
    font-size: 1.1em;
    padding-left: .5rem;
}

b,strong {
    font-weight: 600;
}

p {
    margin: 0 0 1em;
    text-align: justify;
    color: var(--font-200);
}

sub,sup {
    line-height: 1;
    position: relative;
}

sub {
    bottom: 1ex;
}

sup {
    top: .5ex;
}

/*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;
}
.body-2{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.25px;
}

.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;
    padding: .5rem;
}

/*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;
    color: var(--font-300);
}