/* Fanwood Text */
@font-face {
    font-family: 'Fanwood Text';
    src: url('/media/fonts/Fanwood_Text/FanwoodText-Regular.woff2') format('woff2'),
		 url('/media/fonts/Fanwood_Text/FanwoodText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fanwood Text';
    src: url('/media/fonts/Fanwood_Text/FanwoodText-Italic.woff2') format('woff2'),
         url('/media/fonts/Fanwood_Text/FanwoodText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Della Respira */
@font-face {
    font-family: 'Della Respira';
    src: url('/media/fonts/Della_Respira/DellaRespira-Regular.woff2') format('woff2'),
         url('/media/fonts/Della_Respira/DellaRespira-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* IM FELL DW Pica */
@font-face {
    font-family: 'IM FELL DW Pica';
    src: url('/media/fonts/IM_Fell_DW_Pica/IM_FELL_DW_Pica_Italic.woff2') format('woff2'),
         url('/media/fonts/IM_Fell_DW_Pica/IM_FELL_DW_Pica_Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IM FELL DW Pica';
    src: url('/media/fonts/IM_Fell_DW_Pica/IM_FELL_DW_Pica_Roman.woff2') format('woff2'),
         url('/media/fonts/IM_Fell_DW_Pica/IM_FELL_DW_Pica_Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p {
	font-family: 'Fanwood Text', serif;
}
h1 {
	font-family: 'IM FELL DW Pica', serif;
}
h2, h3, h4, h5, h6 {
	font-family: 'Della Respira', serif;
}
