@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 250;
    src: local('Butler'), url('/assets/fonts/Butler_Ultra_Light.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 300;
    src: local('Butler'), url('/assets/fonts/Butler_Light.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 400;
    src: local('Butler'), url('/assets/fonts/Butler_Regular.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 500;
    src: local('Butler'), url('/assets/fonts/Butler_Medium.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 700;
    src: local('Butler'), url('/assets/fonts/Butler_Bold.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 800;
    src: local('Butler'), url('/assets/fonts/Butler_ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Butler';
    font-style: normal;
    font-weight: 900;
    src: local('Butler'), url('/assets/fonts/Butler_Black.woff') format('woff');
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.main-title {
  font-family: var(--font-title);
  text-transform: uppercase;
  font-weight: 900;
}
