/* 全站字體：源泉圓體 */
@font-face {
  font-family: 'GenSenRounded2TW';
  src: url('../字體/GenSenRounded2TW.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body, * {
  font-family: 'GenSenRounded2TW', 'Noto Sans TC', 'Zen Maru Gothic', sans-serif !important;
}
