@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Black.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Black.ttf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-ExtraBold.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-ExtraBold.ttf') format('opentype');
    font-weight: 800;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Bold.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Bold.ttf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-SemiBold.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-SemiBold.ttf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Medium.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Medium.ttf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Regular.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Regular.ttf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Light.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Light.ttf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-ExtraLight.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-ExtraLight.ttf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Nohemi';
    src: url('../fonts/Nohemi/Nohemi-Thin.otf') format('opentype'),
    url('../fonts/Nohemi/Nohemi-Thin.ttf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'Guthen';
    src: url('../fonts/Guthen\ Jaqueline/Guthen-Jaqueline.ttf');
    font-weight: 400;
}

:root {
    --color-primary: #C81013;
    --color-secondary: #3C3733;
    --color-light: #FFFFFF;
    --color-dark: #000000;
    --color-gray: #E2E3E3;
    --font-body: "Nohemi", sans-serif;
    --font-title: "Nohemi", sans-serif;
    --font-caligraph: "Guthen", sans-serif;
}

body {
    font-family: var(--font-body)!important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-title)!important;
}

div {
    break-inside: avoid;
}

p,
li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

b, strong {
    font-weight: 500!important;
}

@media screen and (max-width: 768px) {
    p,
    li {
        font-size: 18px;
        line-height: 26px;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0!important;
}

main a {
    color: var(--color-primary)!important;
    transition: color ease 0.3s;
}

a:hover {
    color: var(--color-secondary)!important;
    text-decoration: none!important;
}

div[style*="background:#C81013"] .text-block a,
div[style*="background: center center / cover rgb(200, 16, 19)"] .text-block a {
    color: var(--color-light)!important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

div[style*="background:#3C3733"] .text-block a:hover,
div[style*="background: center center / cover rgb(60, 55, 51)"] .text-block a:hover {
    color: var(--color-primary)!important;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0!important;
}

.wp-block-image {
    margin: 0!important;
}

.wp-block-image img {
    width: 100%;
}

#wpadminbar a {
    color: #f0f0f1!important;
}

.pagination {
    margin-top: 30px;
    justify-content: center;
    gap: 20px;
}

.pagination .page-numbers {
    border: solid 1px var(--color-primary);
    color: var(--color-primary);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: var(--color-primary);
    color: var(--color-light)!important;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: auto;
    padding: 0 10px;
}

.error404 .container {
    padding-top: 200px!important;
    padding-bottom: 100px!important;
}

@media screen and (max-width: 768px) {
    .reverse-mobile>.container-fluid {
        flex-direction: column-reverse!important;
    }
    .d-mobile-none {
        display: none!important;
    }
    .d-mobile-block {
        display: block!important;
        ;
    }
}

@media screen and (min-width: 768px) {
    .d-mobile-block {
        display: none!important;
        ;
    }
}