/*
Theme Name: Pro Hobart B2B
Theme URI: https://example.com/pro-hobart
Author: Pro-Hobart
Description: Startowy motyw WooCommerce dla projektu Pro-Hobart.
Version: 0.1.0
Text Domain: pro-hobart-b2b
*/

:root {
  --ph-color-ink: #11212d;
  --ph-color-accent: #d95f18;
  --ph-color-surface: #f4f1ea;
  --ph-color-white: #ffffff;
  --ph-color-border: #d9d2c3;
  --ph-content-width: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ph-color-ink);
  background: var(--ph-color-surface);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: var(--ph-color-accent);
}

.site-header,
.site-footer,
.site-main {
  width: min(calc(100% - 2rem), var(--ph-content-width));
  margin: 0 auto;
}

.site-header {
  padding: 2rem 0 1rem;
}

.site-title {
  margin: 0;
  font-size: 2rem;
}

.site-tagline {
  margin: 0.5rem 0 0;
}

.site-main {
  padding: 2rem 0 4rem;
}

.site-footer {
  padding: 1.5rem 0 3rem;
  border-top: 1px solid var(--ph-color-border);
}

.post-card {
  padding: 1.5rem;
  background: var(--ph-color-white);
  border: 1px solid var(--ph-color-border);
}
