﻿* {
    hyphens: auto;
}

span, a {
    text-align: center;
}

h1 { /* text-4xl */
    font-size: 3rem;
    line-height: calc(2 / 1.5);
}

h2 { /* text-3xl */
    font-size: 2.25rem;
    line-height: calc(2.5 / 2.25);
}

h3 { /* text-2xl */
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
}

h4 { /* text-xl */
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
}

h5 { /* text-lg */
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
}

h6 { /* text-base */
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
}