@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'),
       url('Montserrat.woff2') format('woff2'),
       url('Montserrat.woff') format('woff'),
       url('Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'),
       url('Montserrat.woff2') format('woff2'),
       url('Montserrat.woff') format('woff'),
       url('Montserrat-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: local('Inter SemiBold'),
       url('Inter.woff2') format('woff2'),
       url('Inter.woff') format('woff'),
       url('Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kennedy GD Book';
  src: local('Kennedy GD Book'),
       url('Kennedy GD Book.woff2') format('woff2'),
       url('Kennedy GD Book.woff') format('woff'),
       url('Kennedy GD Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
