/* ------------------------------------------------------------ *\
	fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: 'Filson Soft';
	src: url('FilsonSoftBook.woff2') format('woff2'),
		url('FilsonSoftBook.woff') format('woff'),
		url('FilsonSoftBook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Filson Soft';
	src: url('FilsonSoft-Bold.woff2') format('woff2'),
		url('FilsonSoft-Bold.woff') format('woff'),
		url('FilsonSoft-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Charleston';
	src: url('Charleston-Regular.woff2') format('woff2'),
		url('Charleston-Regular.woff') format('woff'),
		url('Charleston-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'BV Celine';
    src: url('BVCeline-Italic.woff2') format('woff2'),
        url('BVCeline-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BV Celine';
    src: url('BVCeline-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}