@font-face {
    font-family: "Lahzeh";
    src:
        url("../fonts/Lahzeh/Lahzeh Variable/Lahzeh Variable  Webfonts/Lahzeh-FaNumVF.woff2") format("woff2"),
        url("../fonts/Lahzeh/Lahzeh Variable/Lahzeh Variable  Webfonts/Lahzeh-FaNumVF.woff") format("woff");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Lahzeh Latin";
    src:
        url("../fonts/Lahzeh/Lahzeh Variable/Lahzeh Variable  Webfonts/Lahzeh-FamilyVF.woff2") format("woff2"),
        url("../fonts/Lahzeh/Lahzeh Variable/Lahzeh Variable  Webfonts/Lahzeh-FamilyVF.woff") format("woff");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

html,
body {
    font-family: "Lahzeh", Tahoma, Arial, sans-serif;
}

html[dir="ltr"],
html[dir="ltr"] body {
    font-family: "Lahzeh Latin", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

@keyframes scroll-cue-down {
    0%,
    100% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(7px);
    }
}

@keyframes scroll-cue-up {
    0%,
    100% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-7px);
    }
}

.scroll-cue-down {
    animation: scroll-cue-down 1.8s ease-in-out infinite;
}

.scroll-cue-up {
    animation: scroll-cue-up 1.8s ease-in-out infinite;
}

.blog-content {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 2.15;
}

.blog-content > * + * {
    margin-top: 1.35rem;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.55;
    margin-top: 2.5rem;
}

.blog-content h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.blog-content h3 {
    font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.blog-content ul,
.blog-content ol {
    padding-inline-start: 1.6rem;
}

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

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

.blog-content li + li {
    margin-top: 0.45rem;
}

.blog-content a {
    color: #fdb515;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #fdb515;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.blog-content blockquote {
    border-inline-start: 4px solid #fdb515;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
}

.blog-content figure,
.blog-content img {
    max-width: 100%;
}

.blog-content figure {
    margin: 2.25rem auto;
}

.blog-content img {
    border-radius: 0.18rem;
    display: block;
    height: auto;
}

.blog-content figcaption {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    margin-top: 0.65rem;
    text-align: center;
}

.blog-content table {
    border-collapse: collapse;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    width: max-content;
}

.blog-content th,
.blog-content td {
    border: 1px solid rgba(255, 255, 255, 0.35);
    min-width: 8rem;
    padding: 0.75rem 1rem;
    text-align: start;
}

.blog-content th {
    background: #003577;
    color: #fff;
}

@media (min-width: 640px) {
    .blog-content {
        font-size: 1.075rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .scroll-cue-down,
    .scroll-cue-up {
        animation: none;
    }
}
