/* -----------------------
   WEBFONTS - Helvetica
   ----------------------- */
@font-face {
	font-family: 'Helvetica';
	src: url('../webfonts/helvetica/Helvetica.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../webfonts/helvetica/Helvetica-Oblique.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../webfonts/helvetica/Helvetica-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../webfonts/helvetica/Helvetica-BoldOblique.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* -----------------------
   WEBFONTS - Helvetica Light (assets/webfonts/helvetica_light)
   ----------------------- */
@font-face {
	font-family: 'Helvetica';
	src: url('../webfonts/helvetica_light/Helvetica-Light%20Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* -----------------------
   WEBFONTS - Helvetica Neue
   ----------------------- */
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueRoman.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueMedium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueMediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueBold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueBoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueLight.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueLightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueThin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueThinItalic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueUltraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueUltraLightItalic.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueHeavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueHeavyItalic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueBlack.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../webfonts/helvetica_neue/HelveticaNeueBlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
