.heading {
    &-bold {
        font-family: var(--font-accent-bold);
    }
    &-regular {
        font-weight: var(--font-accent);
    }
}

h1 {
    font-size: var(--size-500);
}

h2 {
    font-size: var(--size-400);
}

h3 {
    font-size: var(--size-300);
}

h4 {
    font-size: 16px;
}
