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

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

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

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

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

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