/**
 * Font Loader CSS
 *
 * This CSS file loads self-hosted fonts using @font-face.
 * These declarations are kept separate from the main bundle so they can be preloaded.
 */

@font-face {
	font-family: 'proxima_nova_rgregular';
	src: local('Proxima Nova Regular'),
		url('../fonts/proximanova-reg-webfont.woff2') format('woff2'),
		url('../fonts/proximanova-reg-webfont.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: local('Proxima Nova Bold'),
    	url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
  		url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'proxima_nova_ltlight';
	src: local('Proxima Nova Light'),
		url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
		url('../fonts/proximanova-light-webfont.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: normal;
}
