/* Fira Sans Bold */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./FiraSans-Bold.woff2') format('woff2');
}

/* Kanit Bold (700 normal) */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Kanit-Bold.woff2') format('woff2');
}

/* Kanit Bold Italic (700 italic) */
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./Kanit-ExtraBoldItalic.woff') format('woff');
}

/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Roboto-Medium.woff2') format('woff2');
} 