/*
Theme Name: Biklin Theme
Theme URI: https://biklin.pl/
Author: BIKLIN
Description: Starter WordPress theme for the Biklin website.
Version: 1.0.0
Text Domain: biklin-theme
*/

:root {
  --site-text: #1f2937;
  --site-muted: #6b7280;
  --site-border: #e5e7eb;
  --site-bg: #ffffff;
  --site-bg-soft: #f8fafc;
}

body {
  background: var(--site-bg);
  color: var(--site-text);
}

a {
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

img {
  height: auto;
  max-width: 100%;
}

.content-narrow {
  max-width: 860px;
}

.content-area {
  background: var(--site-bg);
}

.entry-content > *:last-child,
.entry-summary > *:last-child {
  margin-bottom: 0;
}

.skip-link {
  left: -9999px;
  position: absolute;
  top: auto;
}

.skip-link:focus {
  background: #ffffff;
  border: 1px solid var(--site-border);
  border-radius: .25rem;
  left: 1rem;
  padding: .5rem .75rem;
  top: 1rem;
  z-index: 10000;
}
