/*
Theme Name: Kadence Bike Rebuilds Child
Theme URI: https://example.com/
Description: Kadence child theme tuned for a vintage bicycle rebuild catalogue.
Author: Codex
Template: kadence
Version: 1.0.0
Text Domain: kadence-bike-rebuilds-child
*/

:root {
  --global-palette1: #171512;
  --global-palette2: #d65f2f;
  --global-palette3: #314b3b;
  --global-palette4: #6f6a61;
  --global-palette5: #ded6ca;
  --global-palette6: #efe6d8;
  --global-palette7: #f7f2ea;
  --global-palette8: #fbf8f2;
  --global-palette9: #ffffff;
}

body {
  background: #f7f2ea;
  color: #171512;
}

.site-main,
.content-bg,
.entry-content-wrap {
  background: transparent;
}

.site-header,
.site-footer {
  border-color: #ded6ca;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-weight: 700;
  letter-spacing: 0;
}

.entry-title,
.page-title,
h1,
h2,
h3 {
  letter-spacing: -0.03em;
}

.wp-site-blocks .button,
.wp-site-blocks button,
.wp-site-blocks input[type="button"],
.wp-site-blocks input[type="submit"] {
  border-radius: 0;
  font-weight: 700;
}

.content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.archive .entry,
.blog .entry {
  border-bottom: 1px solid #ded6ca;
  box-shadow: none;
}

