@font-face {
  font-family: 'fraunces';
  src: url('/theme/Fraunces/Fraunces-VariableFont.ttf') format('truetype');
  font-weight: 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'frauncesitalic';
  src: url('/theme/Fraunces/Fraunces-Italic-VariableFont.ttf') format('truetype');
  font-weight: 650;
  font-style: italic;
  font-display: swap;
}

/* Subset: Latin1 */
@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/theme/IBM-Plex-Sans/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
	unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02
}
/* Subset: Latin2 */
@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/theme/IBM-Plex-Sans/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
	unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF
}
/* Subset: Latin3 */
@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	src: local("IBM Plex Sans"), local("IBMPlexSans"), url("/theme/IBM-Plex-Sans/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
	unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB
}

/* Subset: Latin1 */
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 300;
	src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/theme/IBM-Plex-Mono/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
	unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02
}

@font-face {
  font-family: 'Lora';
  src: url('/theme/Lora/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/theme/Lora/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/theme/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/theme/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'LoraMediumBold';
  src: url('/theme/Lora/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'LoraItalMediumBold';
  src: url('/theme/Lora/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root{
  --heading-type: 'fraunces', serif;
  --accent-type:  'IBM Plex Sans', sans-serif;
  --mono-type:    'IBM Plex Mono', monospace;
  --h1h6-ital: 'frauncesitalic', serif;
  --body-type: 'Lora','Georgia', serif;  
}