﻿.tiptap .font-secondary {
    font-family: Playfair Display, serif;
}

.tiptap .text-primary-400 {
    color: #309192;
}

.tiptap .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.tiptap .text-xl {
    font-size: 1.25rem;
    line-height: 1;
}

.tiptap .text-lg {
    font-size: 1.125rem;
    line-height: 1;
}

.tiptap .text-sm {
    font-size: 0.875rem;
    line-height: 1;
}

.rich-text a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

    .rich-text a:hover {
        color: var(--color-primary-400);
        color: #378090;
    }

.rich-text p {
    margin-bottom: 1rem;
}

    .rich-text p:last-child {
        margin-bottom: 0;
    }

.rich-text strong,
.rich-text b {
    font-weight: 700;
}
.rich-text ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.25rem;
}

    .rich-text ul li + li {
        margin-top: 0.25rem;
    }

.rich-text ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.25rem;
}

    .rich-text ol li + li {
        margin-top: 0.25rem;
    }
