@font-face {
	font-family: 'Cajito';
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display: swap;
	ascent-override: 90%;
	src: url('../fonts/cajito.woff2') format('woff2');
}

@font-face {
	font-family: 'Cajito';
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	font-display: swap;
	ascent-override: 90%;
	src: url('../fonts/cajito_bold.woff2') format('woff2');
}


@font-face {
	font-family: 'JJ Serif';
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display: swap;
	src: url('../fonts/jjserif_regular.woff2') format('woff2');
}

body {
	font-family: "Cajito", sans-serif;
}

h1 {
	font-family: "JJ Serif", serif;
}

h2 {
	font-family: "JJ Serif", serif;
}