@font-face {
    font-family: 'font_ultralight';
    src: url(fonts/gilroy_ultralight.woff) format('woff');
}
.font_ultralight { font-family: 'font_ultralight'; }

@font-face {
    font-family: 'font_light';
    src: url(fonts/gilroy_light.woff) format('woff');
}
.font_light { font-family: 'font_light'; }


@font-face {
    font-family: 'font_normal';
    src: url(fonts/gilroy_regular.woff) format('woff');
}
.font_normal { font-family: 'font_normal'; }


@font-face {
    font-family: 'font_semibold';
    src: url(fonts/gilroy_semibold.woff) format('woff');
}
.font_semibold { font-family: 'font_semibold'; }


@font-face {
    font-family: 'font_bold';
    src: url(fonts/gilroy_bold.woff) format('woff');
}
.font_bold { font-family: 'font_bold'; }


@font-face {
    font-family: 'font_heavy';
    src: url(fonts/gilroy_heavy.woff) format('woff');
}
.font_heavy { font-family: 'font_heavy'; }


@font-face {
	font-family: 'mono';
	src: url(fonts/mono_1.woff) format('woff');
}
.mono { font-family: 'mono'; }
