@font-face {
	font-family: 'Alegreya';
	src: url('/static/fonts/Aregreya/Alegreya-Italic-VariableFont_wght.ttf') format('truetype');
}

body {
    background-color: #f5f5f5;
    font-family: sans-serif;
    color: #333;
}
h1 {
    color: rgb(203 51 51);
    font-family: 'Alegreya', sans-serif;
    font-weight: 300;
}

