/* M'chaiya fonts css */
/* Volkhov Bold can be replaced by Georgia Bold */

@font-face {
  font-family:'Volkhov-Bold';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Volkhov-Bold.woff2) format('woff2'); 
}  

@font-face {
  font-family: 'Roboto-Regular';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto-Italic';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-Italic.woff2) format('woff2');
}

/* @font-face {
  font-family: 'Roboto-Light';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto-LightItalic';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-LightItalic.woff2) format('woff2');
} */

@font-face {
  font-family: 'Roboto-ExtraBold';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-ExtraBold.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto-ExtraBoldItalic';
  font-display: swap;
  src: url(https://www.mchaiya.com/fonts/Roboto-ExtraBoldItalic.woff2) format('woff2');
}

