body {
    background-color: rgb(27, 14, 1);
}

* {
    color: #EBEBEB;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    font-style: normal;
}

a {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

blockquote {
    background: #396270;
    border-left: 10px solid #508EA5;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

/********************/
/* SOURCE SERIF 4 */
/********************/
@font-face {
	font-family: 'Source Serif 4';
	font-weight: 400;
	font-style: normal;
	src: url('/static/fonts/SourceSerif4-Regular.ttf') format('truetype');
	font-display: swap;
	unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
    font-family: 'Source Serif 4';
    font-weight: 400;
    font-style: italic;
    src: url('/static/fonts/SourceSerif4-Italic.ttf') format('truetype');
    font-display: swap;
    unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
	font-family: 'Source Serif 4';
	font-weight: 600;
	font-style: normal;
	src: url('/static/fonts/SourceSerif4-SemiBold.ttf') format('truetype');
	font-display: swap;
	unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}
@font-face {
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-style: italic;
    src: url('/static/fonts/SourceSerif4-SemiBoldItalic.ttf') format('truetype');
    font-display: swap;
    unicode-range: U+0020-007E, U+00A0-00FF, U+2010, U+2013-2014, U+2018-2019, U+201C-201D, U+2212;
}