/**
 * Globales de entorno
 */
/* latin-ext */
@font-face
{
	font-family		: 'Dosis';
	font-style		: normal;
	font-weight		: 400;
	src				: url('/assets/fonts/RlBXAIuiO5GvH9-0-JbBlw.woff2');
	unicode-range	: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face
{
	font-family		: 'Dosis';
	font-style		: normal;
	font-weight		: 400;
	src				: url('/assets/fonts/4hYyXH_8WmbBLamf6WjLwg.woff2');
	unicode-range	: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin-ext */
@font-face
{
	font-family		: 'Dosis';
	font-style 		: normal;
	font-weight		: 600;
	src				: url('/assets/fonts/yeSIYeveYSpVN04ZbWTWghTbgVql8nDJpwnrE27mub0.woff2');
	unicode-range	: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face
{
	font-family		: 'Dosis';
	font-style		: normal;
	font-weight		: 600;
	src				: url('/assets/fonts/O6SOu9hYsPHTU43R17NS5fesZW2xOQ-xsNqO47m55DA.woff2');
	unicode-range	: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face
{
	font-family	: 'gobCL';
	font-style	: normal;
	font-weight	: 300;
	src			: url('/assets/gobCL_Light.otf');
}

@font-face
{
	font-family	: 'gobCL';
	font-style	: normal;
	font-weight	: 400;
	src			: url('/assets/gobCL_Regular.otf');
}

@font-face
{
	font-family	: 'gobCL';
	font-style	: normal;
	font-weight	: 500;
	src			: url('/assets/gobCL_Bold.otf');
}

@font-face
{
	font-family	: 'gobCL';
	font-style	: normal;
	font-weight	: 700;
	src			: url('/assets/gobCL_Heavy.otf');
}

@font-face
{
	font-family	: 'Material Icons';
	font-style	: normal;
	font-weight	: 400;
	src			: url('/assets/material_icons-v2.2.0-regular.woff2');
}

html
{
	box-sizing	: border-box;
}

*, *:before, *:after
{
	box-sizing	: inherit;
}
