/* DG GAMER custom brand font */
@font-face{
  font-family: 'Sectar';
  src: url('fonts/Sectar.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Apply to brand text in top bars */
.logo-text,
.brandText,
.brandText .word{
  font-family: 'Sectar', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
  letter-spacing: 0.6px;
}
