/*
Theme Name: Greenlight Marketing
Description: Child theme, based on the Generatepress WordPress theme.
Author: Gary Mavis
Author URI: https://garymavis.com/
Template: generatepress
Version: 1.0
*/












/* =========================
   GRAFIKS
   ========================= */

/* Medium */
@font-face {
	font-family: 'Grafiks';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-070Medium.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-070Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}

/* SemiBold */
@font-face {
	font-family: 'Grafiks';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-070SemiBold.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-070SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

/* Bold */
@font-face {
	font-family: 'Grafiks';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-070Bold.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-070Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: block;
}

/* ExtraBold */
@font-face {
	font-family: 'Grafiks';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-060ExtraBold.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-060ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: block;
}

/* Slant */
@font-face {
	font-family: 'Grafiks';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-030SemiBoldSlant.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-030SemiBoldSlant.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: block;
}

/* 080 cut gets its own family because it collides with 600 */
@font-face {
	font-family: 'Grafiks Heavy';
	src: url('/wp-content/themes/generatepress-child/fonts/Grafiks-080SemiBold.woff2') format('woff2'),
	     url('/wp-content/themes/generatepress-child/fonts/Grafiks-080SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}