/*
This file is from the Charis SIL project (https://software.sil.org/charis/).
Copyright (c) 1997-2022 SIL International (http://www.sil.org/) with Reserved
Font Names "Charis" and "SIL". This Font Software is licensed under the SIL
Open Font License, Version 1.1 (http://scripts.sil.org/OFL).
*/

@font-face {
  font-family: "Charis SIL";
  size-adjust: 91%;
  src:
    local('Charis SIL'),
    url(CharisSIL-Regular.woff2);
}

@font-face {
  font-family: "Charis SIL";
  size-adjust: 91%;
  font-style: italic;
  src:
    local('Charis SIL'),
    url(CharisSIL-Italic.woff2);
}

@font-face {
	font-family: "Charis SIL";
  size-adjust: 91%;
	font-weight: bold;
	src:
    local('Charis SIL'),
    url(CharisSIL-Bold.woff2);
}

@font-face {
	font-family: "Charis SIL";
  size-adjust: 91%;
	font-weight: bold;
	font-style: italic;
	src:
    local('Charis SIL'),
    url(CharisSIL-BoldItalic.woff2);
}
