:root {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('/fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('/fonts/Inter-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
    url('/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('/fonts/LeagueGothic-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'League Gothic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('/fonts/LeagueGothic-Italic.woff2') format('woff2');
}