@font-face {
  font-family: 'JetBrains';
  src: url('../fonts/JetBrainsMono.ttf') format('truetype');
  font-weight: normal;
}

/* 
* =========================================================
* Common 
* =========================================================
* */
* {
  margin: 0;
  padding: 0;

  color: var(--fg2);
  font-family: JetBrains, monospace;
}

body {
  background-color: var(--bg1);
}

.page {
  width: 800px;
  margin: auto;
}

.section-title {
  font-size: 20px;
  margin-bottom: 1rem;
}
