/* =========================================================
|--------------------------------------------------------------------------
| ARQUIVO:
| /public/assets/css/global/typography.css
|--------------------------------------------------------------------------
| TIPOGRAFIA
|--------------------------------------------------------------------------
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: var(--font-weight-bold);

    line-height: 1.2;

    color: var(--color-white);
}

h1
{
    font-size: var(--font-size-4xl);
}

h2
{
    font-size: var(--font-size-3xl);
}

h3
{
    font-size: var(--font-size-2xl);
}

h4
{
    font-size: var(--font-size-xl);
}

h5
{
    font-size: var(--font-size-lg);
}

h6
{
    font-size: var(--font-size-md);
}

strong
{
    font-weight: var(--font-weight-bold);
}

small
{
    font-size: var(--font-size-sm);
}

span
{
    display: inline-block;
}