﻿
.root-action-form h1 {
    font-family: var(--font-header);
    font-weight: 500;
    line-height: 48px;
}

.root-action-form h2 {
    font-family: var(--font-header);
    font-weight: 400;
    line-height: 32px;
}

.root-action-form h3 {
    font-family: var(--font-header);
    font-weight: 400;
    line-height: 24px;
}

/*.root-action-form h4 {
    font-family: var(--font-header);
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
}

.root-action-form h5 {
    font-family: var(--font-header);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 13px;
}

.root-action-form h6 {
    font-family: var(--font-header);
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 10px;
}*/


.root-action-form p {
    font-style: normal;
}

.root-action-form label {
    font-family: var(--font-header);
    font-style: normal;
    line-height: 24px;
}