@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@font-face {
  font-family: 'deco-icons';
  src:  url('../deco/deco-icons.eot?5ywlfa');
  src:  url('../deco/deco-icons.eot?5ywlfa#iefix') format('embedded-opentype'),
    url('../deco/deco-icons.ttf?5ywlfa') format('truetype'),
    url('../deco/deco-icons.woff?5ywlfa') format('woff'),
    url('../deco/deco-icons.svg?5ywlfa#deco-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Informative';
  src:
      /* url('informative-regular-it.otf') format('opentype'), */
      url('informative-regular.otf') format('opentype');
  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Informative';
  src:
    /* url('informative-medium-it.otf') format('opentype'), */
    url('informative-medium.otf') format('opentype');
  
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Informative';
  src:
    /* url('informative-semibold-it.otf') format('opentype'), */
    url('informative-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Informative';
  src: 
    /* url('informative-bold-it.otf') format('opentype'), */
    url('informative-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Informative';
  src:
    /* src: url('informative-black-it.otf') format('opentype'), */ 
    url('informative-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}



@font-face {
  font-family: 'Work Sans';
  src: url('worksans-variable-font_wght.ttf');
  
  font-weight: normal;
  font-style: normal;
}