@font-face {
    font-family: 'red_hat_light';
    src: url('RedHatDisplay-Light.eot');
    src: local('Red Hat Display Light'), local('RedHatDisplay-Light'),
    url('RedHatDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('RedHatDisplay-Light.woff2') format('woff2'),
    url('RedHatDisplay-Light.woff') format('woff'),
    url('RedHatDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'red_hat_regular';
    src: url('RedHatDisplay-Regular.eot');
    src: local('Red Hat Display Regular'), local('RedHatDisplay-Regular'),
    url('RedHatDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('RedHatDisplay-Regular.woff2') format('woff2'),
    url('RedHatDisplay-Regular.woff') format('woff'),
    url('RedHatDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'red_hat_bold';
    src: url('RedHatDisplay-Bold.eot');
    src: local('Red Hat Display Bold'), local('RedHatDisplay-Bold'),
    url('RedHatDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('RedHatDisplay-Bold.woff2') format('woff2'),
    url('RedHatDisplay-Bold.woff') format('woff'),
    url('RedHatDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'red_hat_black';
    src: url('RedHatDisplay-Black.eot');
    src: local('Red Hat Display Black'), local('RedHatDisplay-Black'),
    url('RedHatDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('RedHatDisplay-Black.woff2') format('woff2'),
    url('RedHatDisplay-Black.woff') format('woff'),
    url('RedHatDisplay-Black.ttf') format('truetype');
}
.light,.tiny{
    font-family: 'red_hat_light', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6,
input,button,textarea,
body{
    font-family: 'red_hat_regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bold,strong,b{
    font-family: 'red_hat_black', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
