@font-face {
  font-family: 'Sakou';
  font-style: normal;
  font-weight: bold;
  src: url('woff2/sakou-font-2.woff2') format('woff2');
}

@font-face {
  font-family: 'Sakou';
  font-style: normal;
  font-weight: normal;
  src: url('woff2/sakou-font-1.woff2') format('woff2');
}

.g-root{
	--g-font-family-sans: 'Sakou', sans-serif;
  --g-font-family-monospace: 'Sakou', sans-serif;;
}

body{
  font-family: Sakou, sans-serif !important;
}
button, input, optgroup, select, textarea, .ui.input>input, .ui.header, .ui.button, .ui.menu{
  font-family: Sakou, sans-serif;
}