/**
 * Fontes Locais - Globotipo
 * Fontes woff2 carregadas localmente do tema
 */

/* Globotipo Web - Regular */
@font-face {
	font-family: 'Globotipo Web';
	src: url('../fonts/Globotipo-Web-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Globotipo Web - Bold */
@font-face {
	font-family: 'Globotipo Web';
	src: url('../fonts/Globotipo-Web-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Globotipo Rounded - Regular */
@font-face {
	font-family: 'Globotipo Rounded';
	src: url('../fonts/Globotipo-Rounded-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Globotipo Rounded - Regular Italic */
@font-face {
	font-family: 'Globotipo Rounded';
	src: url('../fonts/Globotipo-Rounded-Regular-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Globotipo Rounded - Bold */
@font-face {
	font-family: 'Globotipo Rounded';
	src: url('../fonts/Globotipo-Rounded-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Globotipo Rounded - Bold Italic */
@font-face {
	font-family: 'Globotipo Rounded';
	src: url('../fonts/Globotipo-Rounded-Bold-Italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

