/* 1. Regular Calibri - Khmer / Normal text */
/* @font-face {
   font-family: 'Calibri';
   font-style: normal;
   font-weight: 400;
   src: url('calibri-regular.ttf') format('truetype');
   size-adjust: 115%; /* Increase number size
   font-display: swap;
 } */

/* 2. Bold Calibri
 @font-face {
   font-family: 'Calibri';
   font-style: normal;
   font-weight: 700; /* Use 700 for bold (standard)
   src: url('calibri-bold.ttf') format('truetype');
   size-adjust: 115%; /* Increase number size
   font-display: swap;
 } */

/* @font-face { */
/*   font-family: 'Calibri'; */
/*   font-style: italic; */
/*   font-weight: 400; */
/*   src: url('calibri-italic.ttf') format('truetype'); */
/*   font-display: swap; */
/* } */
/**/
/* @font-face { */
/*   font-family: 'Calibri'; */
/*   font-style: italic; */
/*   font-weight: 700; */
/*   src: url('calibri-bold-italic.ttf') format('truetype'); */
/*   font-display: swap; */
/* } */
@font-face {
  font-family: 'Calibri';
  /* actually is a OpenSans font but it look almost the same and is a variable font */
  /* this also reduce the font download size by 80% 1.6mb to 500kb */
  src: url('Calibri-var.ttf') format('truetype');
  /* font-display: swap; */
}
