:root {
	font-family: Inter;
}
body {
	background-color: #ebe1cd;
	margin: 0;
}

h1,
h2,
h3 {
	font-family: LibraSerifModern;
}

section {
	display: flex;
	background-color: #ebe1cd;
	justify-content: space-between;
}

.container {
	display: grid;
}

#text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 4vw;
}

h1,
h2 {
	margin: auto;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#crow {
	width: 100%;
	height: auto;
}

@font-face {
	font-family: Inter;
	src: url(fonts/InterVariable.ttf);
	font-weight: 300;
}

@font-face {
	font-family: LibraSerifModern;
	src: url(fonts/LibraSerifModern-Regular.otf);
	font-weight: 100;
}

@font-face {
	font-family: LibraSerifModernItalic;
	src: url(fonts/LibraSerifModern-Italic.otf);
}
