/* CareerPHD Local Fonts - Atlas Grotesk & Portonovo */

/* Atlas Grotesk Regular */
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('./font/atlas-grotesk/AtlasGrotesk-Regular-Web.eot');
	src: url('./font/atlas-grotesk/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'),
		url('./font/atlas-grotesk/AtlasGrotesk-Regular-Web.woff2') format('woff2'),
		url('./font/atlas-grotesk/AtlasGrotesk-Regular-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

/* Atlas Grotesk Black */
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('./font/atlas-grotesk/AtlasGrotesk-Black-Web.eot');
	src: url('./font/atlas-grotesk/AtlasGrotesk-Black-Web.eot?#iefix') format('embedded-opentype'),
		url('./font/atlas-grotesk/AtlasGrotesk-Black-Web.woff2') format('woff2'),
		url('./font/atlas-grotesk/AtlasGrotesk-Black-Web.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
}

/* Atlas Grotesk Medium */
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('./font/atlas-grotesk/AtlasGrotesk-Medium-Web.eot');
	src: url('./font/atlas-grotesk/AtlasGrotesk-Medium-Web.eot?#iefix') format('embedded-opentype'),
		url('./font/atlas-grotesk/AtlasGrotesk-Medium-Web.woff2') format('woff2'),
		url('./font/atlas-grotesk/AtlasGrotesk-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

/* Atlas Grotesk Bold */
@font-face {
	font-family: 'Atlas Grotesk';
	src: url('./font/atlas-grotesk/AtlasGrotesk-Bold-Web.eot');
	src: url('./font/atlas-grotesk/AtlasGrotesk-Bold-Web.eot?#iefix') format('embedded-opentype'),
		url('./font/atlas-grotesk/AtlasGrotesk-Bold-Web.woff2') format('woff2'),
		url('./font/atlas-grotesk/AtlasGrotesk-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

/* Portonovo Regular */
@font-face {
	font-family: 'Portonovo';
	src: url('./font/portonovo/StandardVersion/PortonovoTextWeb-Regular.woff2') format('woff2'),
		url('./font/portonovo/StandardVersion/PortonovoTextWeb-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Portonovo Regular Italic */
@font-face {
	font-family: 'Portonovo';
	src: url('./font/portonovo/StandardVersion/PortonovoTextWeb-RegularItalic.woff2') format('woff2'),
		url('./font/portonovo/StandardVersion/PortonovoTextWeb-RegularItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

/* Portonovo Bold */
@font-face {
	font-family: 'Portonovo';
	src: url('./font/portonovo/StandardVersion/PortonovoTextWeb-Bold.woff2') format('woff2'),
		url('./font/portonovo/StandardVersion/PortonovoTextWeb-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Portonovo Bold Italic */
@font-face {
	font-family: 'Portonovo';
	src: url('./font/portonovo/StandardVersion/PortonovoTextWeb-BoldItalic.woff2') format('woff2'),
		url('./font/portonovo/StandardVersion/PortonovoTextWeb-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
} 