.uppercase {
    text-transform: uppercase;
}
.font-style-c1 {
    font-family: var(--gp-font--cocosharp);
    font-size: 43px;
    font-weight: 300;
    line-height: 1.2;
}
.font-style-h1 {
    font-family: var(--gp-font--itc-caslon-224-std);
    font-size: 86px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.font-style-h2 {
    font-family: var(--gp-font--itc-caslon-224-std);
    font-size: 50px;
    line-height: 1.1;
}
.font-style-h3 {
    font-family: var(--gp-font--cocosharp);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
}
.font-style-h4 {
    font-family: var(--gp-font--cocosharp);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.font-style-c2 {
    font-family: var(--gp-font--itc-caslon-224-std);
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
}
.font-style-c3 {
    font-family: var(--gp-font--itc-caslon-224-std);
    font-size: 22px;
}
.font-style-c4 {
    font-family: var(--gp-font--cocosharp);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}
.font-style-c5 {
    font-family: var(--gp-font--cocosharp);
    font-size: 16px;
    font-weight: 300;
}
.font-main-nav {
    font-family: var(--gp-font--cocosharp);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-max-width {
    max-width: 1200px;
}
.date-top-left-container {
    aspect-ratio: 1;
    background-color: var(--base-3);
    left: 0px;
    position: absolute;
    top: 0px;
    padding: 2px 5px 0px 5px;
}
.gallery-image-container {
    aspect-ratio: 1;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.oeli-gallery-image {
    filter: grayscale(100%);
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.oeli-gallery-image:is(:hover, :focus) {
    filter: opacity(100%);
}
.oeli-gallery-title {
    line-height: 1.1;
    text-transform: uppercase;
}
.oeli-gallery-title:is(:hover, :focus) {
    text-decoration: none;
}
.oeli-gallery-title a {
    text-decoration: none;
}
.gallery-loop-item a {
    text-decoration: none;
}
