/*
 * Playfair Display — SIL Open Font License 1.1
 * Copyright 2017 The Playfair Display Project Authors
 * https://github.com/clauseggers/Playfair
 *
 * Inter — SIL Open Font License 1.1
 * Copyright (c) 2016-2020 The Inter Project Authors
 * https://github.com/rsms/inter
 *
 * Both fonts are licensed under the SIL Open Font License v1.1.
 * See https://scripts.sil.org/OFL for details.
 */

/* Inter variable (wght 100–900) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Inter.woff2') format('woff2');
}

/* Playfair Display variable (wght 400–900) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/PlayfairDisplay.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2');
}
