/* IBM Plex Serif from https://github.com/IBM/plex under OFL-1.1 License */

@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('./fonts/IBMPlexSerif-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('./fonts/IBMPlexSerif-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('./fonts/IBMPlexSerif-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('./fonts/IBMPlexSerif-BoldItalic.ttf') format('truetype');
}

:root {
  --body-bg-color: #fbf7f4;
  --link-focus-outline: #86211d;
}

body {
  font-family: 'IBM Plex Serif', 'Latin Modern', Georgia, Cambria, 'Times New Roman', Times, serif;
  line-height: 1.8;
}
