﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.text-primary-400 {
    color: #d3f40e;
}

.tiptap .text-primary-400 {
    color: #d3f40e;
}

.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 {

}

    .rich-text a:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-thickness: 2px;
    }

.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;
    }
