body {
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
}

.blog-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-content p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.blog-content ul {
    list-style-type: disc;
}

.blog-content ol {
    list-style-type: decimal;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

.blog-content a {
    color: #0a2463;
    text-decoration: underline;
}

.blog-content blockquote {
    border-left: 4px solid #0a2463;
    padding-left: 1rem;
    font-style: italic;
    margin: 1.5rem 0;
}

.blog-content img {
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.blog-content code {
    background-color: #f1f1f1;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-family: monospace;
}

.blog-content pre {
    background-color: #f1f1f1;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.blog-content pre code {
    background-color: transparent;
    padding: 0;
}

/* Custom SweetAlert Styling */
.swal2-popup {
    border: 4px solid black !important;
    border-radius: 0.5rem !important;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1) !important;
    padding: 0 !important;
    font-family: "Space Grotesk", sans-serif !important;
}

.swal2-title {
    font-family: "Space Grotesk", sans-serif !important;
    font-weight: 700 !important;
    padding: 1rem !important;
}

.swal2-html-container {
    font-family: "Space Grotesk", sans-serif !important;
    padding: 1rem !important;
}

.swal2-actions {
    padding: 1rem !important;
}

.swal2-styled {
    border: 2px solid black !important;
    border-radius: 0.375rem !important;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1) !important;
    font-weight: 700 !important;
    padding: 0.5rem 1.5rem !important;
    transition: all 0.2s ease !important;
}

.swal2-styled:hover {
    transform: translateY(2px) !important;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1) !important;
}

.swal2-confirm {
    background: #1e3a8a;
}

.swal2-cancel {
    background-color: white !important;
    color: black !important;
}

.swal2-icon {
    border: 3px solid black !important;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1) !important;
}
