@mixin title {
    font-size: 32px;
    line-height: 38px;
    color: var(--gray-900);
    margin-bottom: 20px;
}

@mixin subtitle {
    font-size: 14px;
    line-height: 20px;
}
