/* Import z Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300;400;600;700&display=swap');

/* Zmienna globalna */
:root {
  --mn-font: 'Overpass Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body {
  font-family: var(--mn-font) !important;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.site-title, .entry-title, .menu a, nav a {
  font-family: var(--mn-font) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

button, input, select, textarea,
.wp-block-button__link,
.button, .btn {
  font-family: var(--mn-font) !important;
  font-weight: 600;
}

code, pre, kbd, samp {
  font-family: var(--mn-font) !important;
  font-weight: 400;
}
