$threads-font-path: '../../assets/fonts' !default;

@font-face {
  font-family: Cern;
  font-style: normal;
  font-weight: 800;
  src: url($threads-font-path+'/cern-extrabold.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-extrabold.woff2') format('woff2'),
    url($threads-font-path+'/cern-extrabold.woff') format('woff'),
    url($threads-font-path+'/cern-extrabold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: italic;
  font-weight: 800;
  src: url($threads-font-path+'/cern-extrabolditalic.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-extrabolditalic.woff2') format('woff2'),
    url($threads-font-path+'/cern-extrabolditalic.woff') format('woff'),
    url($threads-font-path+'/cern-extrabolditalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: normal;
  font-weight: 400;
  src: url($threads-font-path+'/cern-regular.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-regular.woff2') format('woff2'),
    url($threads-font-path+'/cern-regular.woff') format('woff'),
    url($threads-font-path+'/cern-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: normal;
  font-weight: 500;
  src: url($threads-font-path+'/cern-medium.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-medium.woff2') format('woff2'),
    url($threads-font-path+'/cern-medium.woff') format('woff'),
    url($threads-font-path+'/cern-medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: italic;
  font-weight: 500;
  src: url($threads-font-path+'/cern-mediumitalic.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-mediumitalic.woff2') format('woff2'),
    url($threads-font-path+'/cern-mediumitalic.woff') format('woff'),
    url($threads-font-path+'/cern-mediumitalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: normal;
  font-weight: 600;
  src: url($threads-font-path+'/cern-semibold.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-semibold.woff2') format('woff2'),
    url($threads-font-path+'/cern-semibold.woff') format('woff'),
    url($threads-font-path+'/cern-semibold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: italic;
  font-weight: 600;
  src: url($threads-font-path+'/cern-semibolditalic.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-semibolditalic.woff2') format('woff2'),
    url($threads-font-path+'/cern-semibolditalic.woff') format('woff'),
    url($threads-font-path+'/cern-semibolditalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Cern;
  font-style: italic;
  font-weight: 400;
  src: url($threads-font-path+'/cern-italic.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/cern-italic.woff2') format('woff2'),
    url($threads-font-path+'/cern-italic.woff') format('woff'),
    url($threads-font-path+'/cern-italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Heimat';
  font-style: normal;
  font-weight: 600;
  src: url($threads-font-path+'/hm-bold.eot?#iefix') format('embedded-opentype'),
    url($threads-font-path+'/hm-bold.woff2') format('woff2'),
    url($threads-font-path+'/hm-bold.woff');
  font-display: swap;
}

@font-face {
  font-family: 'Inconsolata';
  src: url($threads-font-path+'/Inconsolata-Bold.eot');
  src: url($threads-font-path+'/Inconsolata-Bold.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/Inconsolata-Bold.ttf') format('truetype'),
    url($threads-font-path+'/Inconsolata-Bold.woff') format('woff'),
    url($threads-font-path+'/Inconsolata-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inconsolata';
  src: url($threads-font-path+'/Inconsolata-Regular.eot');
  src: url($threads-font-path+'/Inconsolata-Regular.eot?#iefix')
      format('embedded-opentype'),
    url($threads-font-path+'/Inconsolata-Regular.ttf') format('truetype'),
    url($threads-font-path+'/Inconsolata-Regular.woff') format('woff'),
    url($threads-font-path+'/Inconsolata-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
