@font-face {
    font-family: 'Lineal';
    src:  url('../Fonts/LinealVF.woff2') format('woff2'),
}

@font-face {
    font-family: "Karrik";
    src:  url('../Fonts/Karrik-Regular.woff2') format('woff2'),
}

@font-face {
    font-family: 'Cormorant';
    src:  url('../Fonts/Cormorant-SemiBold.otf') format('opentype'),
}

@font-face {
    font-family: 'FuturaPT';
    src:  url('../Fonts/FuturaCyrillicMedium.ttf') format('truetype'),
}

body {
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: 'Cormorant';
    font-size: 1rem;
}

ul li {
    /* list-style-type: "> "; */
    /* padding-left: .5rem; */
}

ul li + li {
    margin-top: .5rem;
}

ul {
    margin: 0;
    padding-left: 1.5rem;
}

h1, strong, h2, h3, .entries .line .bottom, mark, a, .heading span {
    font-family: "FuturaPT" !important;
    /* font-family: "Karrik" !important; */
    /* font-family: Futura !important; */
}

h1 {
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 3rem;
}

strong {
    font-weight: 500;
}

h2 {
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 1.9rem;
}

.article h2 {
    padding-bottom: 1rem;
}

p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.article {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article.spacious {
    gap: 3rem;
}

/* .article p {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
} */
hr {
    margin: .75rem 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
}

hr.p {
    margin-bottom: .25rem;
}

h3 {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0 0 .5rem 0;
    /* transition: linear 0.2s; */
    
    color: #942525;
    color: #680e0e;
    color: #000;

}

.content.s h3 {
    font-size: 1.5rem;
    margin: .25rem 0;
}

mark {
    background-color: #ffffff00;
    border: 1px solid #b6b6b6;
    color: #000 !important;
    padding: 0rem .3rem;
    font-size: .9rem;
}

a {
    /* text-decoration: none; */
    border: 1px solid #ce7676;
    padding: 0rem .3rem;
    color: #ce7676;
    transition: .2s linear all;
    cursor: zoom-in;
}

a:hover {
    background-color: #ffffff67;
}

.heading span {
    font-weight: 100;
    font-size: 1rem;
    color: #646464;
}

.heading.smol {
    flex-direction: column;
}
.heading span .date {
    /* background-color: #81447e; */
    /* color: #000; */
    border: 1px solid #000;
    background-color: #fff;
    padding: 0 .25rem;
}

.heading span .date.live {
    color: #910202;
}

.entries .line .bottom {
    text-align: center;
    font-size: .8rem;
}

.text_centre {
    text-align: center;
}