h1 {
    font-family: Playfair Display, serif;
}

h2 {
    font-family: Playfair Display, serif;
}

h3 {
    font-family: Playfair Display, serif;
}


.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a {
    color: #2563eb;
}

/* List styles for blog content only - scoped to article content */
article .text-lg ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article .text-lg ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article .text-lg li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

article .text-lg ul ul,
article .text-lg ol ul {
    list-style-type: circle;
    margin-top: 0.5rem;
}

article .text-lg ul ol,
article .text-lg ol ol {
    list-style-type: lower-alpha;
    margin-top: 0.5rem;
}
