@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-Regular.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-Regular.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-Regular.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-Regular.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-Regular.ttf')  format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-RegularItalic.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-RegularItalic.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-RegularItalic.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-RegularItalic.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-RegularItalic.ttf')  format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-Medium.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-Medium.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-Medium.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-Medium.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-Medium.ttf')  format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-MediumItalic.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-MediumItalic.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-MediumItalic.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-MediumItalic.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-MediumItalic.ttf')  format('truetype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-SemiBold.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-SemiBold.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-SemiBold.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-SemiBold.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-SemiBold.ttf')  format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-SemiBoldItalic.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-SemiBoldItalic.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-SemiBoldItalic.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-SemiBoldItalic.ttf')  format('truetype');
    font-style: italic;
    font-weight: 600;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-Bold.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-Bold.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-Bold.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-Bold.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-Bold.ttf')  format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
	font-family: 'ES Build';
	src: url('./fonts/eot/ES-Build-BoldItalic.eot?#iefix') format('embedded-opentype'), 
	     url('./fonts/woff2/ES-Build-BoldItalic.woff2') format('woff2'), 
	     url('./fonts/woff/ES-Build-BoldItalic.woff') format('woff'), 
	     url('./fonts/otf/ES-Build-BoldItalic.otf')  format('opentype'),
	     url('./fonts/ttf/ES-Build-BoldItalic.ttf')  format('truetype');
    font-style: italic;
    font-weight: 700;
}

.typo {
    font-family: 'ES Build';
    letter-spacing: .05em;
}

.font-color-white {
    color: #fff;
}

.font-color-green {
    color: var(--green);
}

.font-color-red {
    color: var(--red);
}

.font-color-darkgreen {
    color: var(--darkgreen);
}

