@charset "utf-8";

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-Light.woff2') format('woff2'),
    url('/font/Interop-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-ExtraBold.woff2') format('woff2'),
    url('/font/Interop-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-Bold.woff2') format('woff2'),
    url('/font/Interop-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-ExtraLight.woff2') format('woff2'),
    url('/font/Interop-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-Medium.woff2') format('woff2'),
    url('/font/Interop-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-Regular.woff2') format('woff2'),
    url('/font/Interop-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-SemiBold.woff2') format('woff2'),
    url('/font/Interop-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Interop';
  src: url('/font/Interop-Thin.woff2') format('woff2'),
    url('/font/Interop-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
