/*
Theme Name: Drew-Styl
Theme URI: https://drew-styl.de/
Description: Dedykowany motyw WordPress dla firmy Drew-Styl - producenta ogrodzeń, bram i konstrukcji stalowych.
Version: 1.0.0
Author: Junie
Author URI: https://jetbrains.com/
Text Domain: drew-styl
Domain Path: /languages
*/

/* Reset and Base Styles */
:root {
  --radius: 0.375rem;
  --graphite: #1a1d21;
  --graphite-soft: #2a2e34;
  --paper: #f6f5f2;
  --brand-accent: #e08a2b;
  --brand-accent-hover: #c9962e;
  --font-display: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --background: #f6f5f2;
  --foreground: #1a1d21;
  --card: #ffffff;
  --card-foreground: #1a1d21;
  --popover: #ffffff;
  --popover-foreground: #1a1d21;
  --primary: #1a1d21;
  --primary-foreground: #f6f5f2;
  --secondary: #ececec;
  --secondary-foreground: #1a1d21;
  --muted: #ececec;
  --muted-foreground: #6b6f76;
  --accent: #e08a2b;
  --accent-foreground: #ffffff;
  --border: rgba(26, 29, 33, 0.1);
  --input: rgba(26, 29, 33, 0.15);
  --ring: #e08a2b;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border);
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: var(--font-display);
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: var(--paper);
  color: var(--graphite);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  background-image: none;
}

/* Utils */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
@media (min-width: 1536px) { .container { max-width: 1536px; } }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
