﻿/*
    All the CSS that will be shared amongst all separate event sites.

    These styles are not reliant on TailwindCSS but follow the same design patterns.
*/
.heading-1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
}

.heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.heading-3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.heading-4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.heading-5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.heading-6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}
