/* Font Face Declarations */
@font-face {
  font-family: 'Sunrice Legend';
  src: url('sunrice-legend.woff2') format('woff2'),
       url('sunrice-legend.woff') format('woff'),
       url('sunrice-legend.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sunrice Legend';
  src: url('sunrice-legend-bold.woff2') format('woff2'),
       url('sunrice-legend-bold.woff') format('woff'),
       url('sunrice-legend-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Force body to use Sunrice Legend */
body {
  font-family: 'Sunrice Legend', sans-serif !important;
}
