@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  --background: #1d2021;
  --foreground: #ebdbb2;
  --accent: #8ec07c;
  --font: 'IBM Plex Mono', monospace;
}

body, h1, h2, h3, h4, h5, h6, pre, code, button, input, textarea {
    font-family: var(--font) !important;
}
