.link-go-back {
    transition: all 0.3s ease;
}

.link-go-back:hover {
    color: var(--content);
}

.title {
    font-family: "Inter" !important;
}

.content {
    font-size: 1.125rem;
}

.content * {
    font-family: "Open Sans" !important;
}

.content p {
    line-height: 1.8rem !important;
    font-size: inherit !important;
}

.content span {
    line-height: 1.5rem;
    font-size: inherit !important;
}

.content h1,
.content h2,
.content h3 {
    font-family: "Inter", Arial !important;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 1rem;
    margin-top: 5px;
    padding-left: 16px;
}

.ql-code-block-container {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

.content .ql-code-block-container .ql-code-block {
    font-family: monospace !important;
    white-space: pre;
}

.ql-editor img {
    max-width: 100%;
    max-height: 28rem;
}

@media (min-width: 768px) {
    .ql-editor img {
        max-width: 75%;
    }
}
