html.dark-mode body {
    filter: grayscale(100%);
}

.hero-image {
    background-image: url('../images/front-banner.png');
    background-position: 0 -110px;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url( '../fonts/HelveticaNeueLTPro-Md.otf') format('otf');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueLTPro-Md.otf')  format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('otf');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

body {
    font-family: 'Helvetica Neue', Helvetica;
}

/* Override CKEditor list styles */
.ck-content ul,
.ck-content ol {
    margin-left: 0;
    padding-left: 30px !important; /* Adjust padding as needed */
    /* Add any other styling overrides */
}


