/*
@font-face {
	font-family: 'schwartaudisplay07regular';
	src: url("/assets/fonts/schwartaudisplay07-regular-webfont.woff2") format("woff2"),
		 url("/assets/fonts/schwartaudisplay07-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'schwartaudisplay07semibold';
	src: url("/assets/fonts/schwartaudisplay07-semibold-webfont.woff2") format("woff2"),
		 url("/assets/fonts/schwartaudisplay07-semibold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}
*/
@font-face {
    font-family: 'SchwartauDisplay07';
    src: url('/assets/fonts/SchwartauDisplay07-Semibold.woff2') format('woff2'),
        url('/assets/fonts/SchwartauDisplay07-Semibold.woff') format('woff'),
        url('/assets/fonts/SchwartauDisplay07-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchwartauDisplay07';
    src: url('/assets/fonts/SchwartauDisplay07-Regular.woff2') format('woff2'),
        url('/assets/fonts/SchwartauDisplay07-Regular.woff') format('woff'),
        url('/assets/fonts/SchwartauDisplay07-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Medium.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Semibold.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Square Sans Cond Pro';
    src: url('/assets/fonts/PFSquareSansCondPro-Regular.woff2') format('woff2'),
        url('/assets/fonts/PFSquareSansCondPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Bold.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}