﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.text-primary-400 {
    color: #378090;
}

.tiptap .text-primary-400 {
    color: #378090;
}

.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;
    }
