@font-face {
    font-family: 'adam';
    src: url('fonts/adam/adam.eot');
    src: url('fonts/adam/adam.eot?#iefix') format('embedded-opentype'),
         url('fonts/adam/adam.woff2') format('woff2'),
         url('fonts/adam/adam.woff') format('woff'),
         url('fonts/adam/adam.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('fonts/gilroy/gilroy-extra-bold/gilroy-extra-bold.eot');
    src: url('fonts/gilroy/gilroy-extra-bold/gilroy-extra-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/gilroy/gilroy-extra-bold/gilroy-extra-bold.woff2') format('woff2'),
         url('fonts/gilroy/gilroy-extra-bold/gilroy-extra-bold.woff') format('woff'),
         url('fonts/gilroy/gilroy-extra-bold/gilroy-extra-bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('fonts/gilroy/gilroy-light/gilroy-light.eot');
    src: url('fonts/gilroy/gilroy-light/gilroy-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/gilroy/gilroy-light/gilroy-light.woff2') format('woff2'),
         url('fonts/gilroy/gilroy-light/gilroy-light.woff') format('woff'),
         url('fonts/gilroy/gilroy-light/gilroy-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}