@font-face {
	font-family: "EB Garamond";
	font-weight: normal;
	font-display: swap;
	src: url("assets/EBGaramond-Regular.ttf") format("opentype");
}

@font-face {
	font-family: "EB Garamond";
	font-weight: bold;
	font-display: swap;
	src: url("assets/EBGaramond-Bold.ttf") format("opentype");
}

@font-face {
	font-family: "Roboto Condensed";
	font-weight: 200;
	font-display: swap;
	src: url("assets/Roboto_Condensed-ExtraLight.ttf") format("opentype");
}

/* Base color: #3842a1 */
body {
	margin: 0;
	background-color: #f4f4fb;
	background: linear-gradient(90deg, #e8eaf7 0%, #f4f4fb 20%, #f4f4fb 80%, #e8eaf7 100%);
	font-family: "EB Garamond";
	font-optical-sizing: auto;
	color: #070813;
}

.l-header {
	font-family: "Roboto Condensed";
	font-size: 1.2em;
	letter-spacing: -.1em;
	text-align: center;
}

.l-header-title {
	display: inline-block;
	background: #3842A1;
	background: radial-gradient(circle, #3842a1 0%, #4d58c1 100%);
	background-clip: text;
	transition: filter 300ms ease-in-out;
}

.l-header-title-link {
	text-decoration: none;
	color: transparent;
}

.l-header-title:hover {
	filter: brightness(70%);
}

.m-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	grid-auto-rows: auto;
}

.m-gallery-item {
	width: 300px;
}

.m-gallery-image {
	max-width: 100%;
}

.l-article {
	font-size: 1.3em;
}

.l-article-header-title {
	font-size: 1.4em;
	font-weight: bold;
}

.l-article-header-date_location {
	position: relative;
	text-align: center;
	font-weight: bold;
}

.l-article-header-icon {
	display: block;
	height: 48px;
	margin: auto;
}

.l-article-header,
.l-article-content p,
.l-article-content h3,
.l-article-content figcaption {
	width: 70%;
	max-width: 650px;
	margin: .8em auto;
}

.l-article-content h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.l-article-content figure {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.l-article-content img, .l-article-content video {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	margin: auto;
}

.l-article-content figcaption {
	font-family: "Roboto Condensed";
	font-size: 0.6em;
	color: #21275f;
	text-transform: uppercase;
}

.l-article-content q:before {
	content: "«\00A0";
}

.l-article-content q:after {
	content: "\00A0»";
}

.m-figure-inner_s2s {
	display: flex;
	justify-content: center;
}

.m-figure-inner_s2s img {
	box-sizing: border-box;
	max-width: 50%;
	padding: 0 .5rem;
}
