/* Inter - UI Font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-regular.woff2') format('woff2');
}

/* Fira Code - Editor Font */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-code-regular.woff2') format('woff2');
}

/* Apply them globally */
body { font-family: 'Inter', sans-serif; }
.CodeMirror { font-family: 'Fira Code', monospace; }
