@font-face {
    font-family: Pacifico;
    src: url(../fonts/pacifico/Pacifico-Regular.ttf);
}

@font-face {
    font-family: Caveat;
    src: url(../fonts//caveat/Caveat-VariableFont_wght.ttf);
}

section.header {
	margin: 3em;
}

h1, h2 {
    text-align: center;
}

h1 {
    font-family: 'Caveat';
    font-size: 3em;
    text-shadow: 8px 8px 8px magenta;
    color: darkmagenta;
}

h2 {
    font-family: 'Pacifico';
	font-weight: 100;
}