@import url('https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap');

body {
  background-color: #fff;
  color: #c6ff62;
  font-family: 'SUSE Mono', monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SUSE Mono', monospace;
  color: #c6ff62;
}
