@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/osans/os_regular.ttf');
}

@font-face {
    font-family: 'Open Sans Light';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/osans/os_light.eot'); /* IE9 Compat Modes */
    src: url('fonts/osans/os_light-1.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/osans/os_light.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/osans/os_light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Open Sans Bold';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/osans/os_bold.eot');
    src: url('fonts/osans/os_bold-1.eot') format('embedded-opentype'),
         url('fonts/osans/os_bold.woff2') format('woff2'),
         url('fonts/osans/os_bold.ttf')  format('truetype');
}

@font-face {
    font-family: gendalf_icons;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/gendalf_icons/gendalf_icons.eot');
    src: url('fonts/gendalf_icons/gendalf_icons-1.eot') format('embedded-opentype'), 
         url('fonts/gendalf_icons/gendalf_icons.svg') format('svg'), 
         url('fonts/gendalf_icons/gendalf_icons.woff') format('woff'), 
         url('fonts/gendalf_icons/gendalf_icons.ttf') format('truetype');
}

i.gendalf-icons {
    font-family: gendalf_icons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: baseline;
    line-height: 100%
}
i.gendalf-icons.list-enum {
    position: relative;
    width: 0;
    right: 34px
}
i.gendalf-icons.blue-on-white, i.gendalf-icons.green-on-white {
    font-size: 30px;
    width: 40px
}
i.gendalf-icons.gray-on-white {
    font-size: 24px;
    width: 30px
}
i.gendalf-icons.white-on-blue {
    font-size: 52px;
    width: 70px
}

@font-face {
    font-family: metrize;
    font-weight: 400;
    font-style: normal;
    src: url('fonts/metrize/metrize.eot');
    src: url('fonts/metrize/metrize-1.eot') format('embedded-opentype'), 
         url('fonts/metrize/metrize.svg') format('svg'), 
         url('fonts/metrize/metrize.woff') format('woff'), 
         url('fonts/metrize/metrize.ttf') format('truetype');
}
i.metrize {
    font-family: metrize;
    font-weight: 400;
    font-style: normal;
    vertical-align: baseline;
    line-height: 100%
}
.metrize.list-enum {
    position: relative;
    width: 0;
    right: 34px
}
.metrize.blue-on-white, .metrize.green-on-white {
    font-size: 30px;
    width: 40px
}
.metrize.gray-on-white {
    font-size: 24px;
    width: 30px
}
.metrize.white-on-blue {
    font-size: 52px;
    width: 70px
}
.metrize.type-big-header {
    font-size: 40px;
    margin: 0 10px 0 0px;
    vertical-align: middle
}
.metrize.type-blue-transparent {
    color: #33b9ea
}
.metrize.type-gray-transparent {
    color: #cecece
}