/* Fonts added by BJD */
@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-regular-webfont.eot');
    src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('fonts/geomanist-regular-webfont.woff') format('woff'),
         url('fonts/geomanist-regular-webfont.ttf') format('truetype');
         
  font-weight: 400; 
   font-style: normal;
   font-display: swap;

}

@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-bold-webfont.eot');
    src: url('fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('fonts/geomanist-bold-webfont.woff') format('woff'),
         url('fonts/geomanist-bold-webfont.ttf') format('truetype');
        
   font-weight: 700; 
    font-style: normal; 
    font-display: swap;

}

@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-black-webfont.eot');
    src: url('fonts/geomanist-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-black-webfont.woff2') format('woff2'),
         url('fonts/geomanist-black-webfont.woff') format('woff'),
         url('fonts/geomanist-black-webfont.ttf') format('truetype');
  font-weight: 800;
    font-style: normal; 
    font-display: swap;

}

@font-face {
    font-family: 'geomanist';
    src: url('fonts/geomanist-medium-webfont.eot');
    src: url('fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-medium-webfont.woff2') format('woff2'),
         url('fonts/geomanist-medium-webfont.woff') format('woff'),
         url('fonts/geomanist-medium-webfont.ttf') format('truetype');
  font-weight: 600;
    font-style: normal; 
    font-display: swap;

}

@font-face {
    font-family: 'geomanist';
    src: url('geomanist-light-webfont.eot');
    src: url('geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('geomanist-light-webfont.woff2') format('woff2'),
         url('geomanist-light-webfont.woff') format('woff'),
         url('geomanist-light-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: swap;

}