@font-face {
  font-family: 'Cormorant Garamond';
  src:
    local('Cormorant Garamond Light'),
    local('CormorantGaramond-Light'),
    url('../fonts/CormorantGaramond-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

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

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

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

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