/*
Theme Name: HOISPHERE Writing Kadence
Theme URI: https://hoisphere.com/
Description: Minimal, update-safe HOISPHERE Writing child theme for Kadence Free.
Author: HOISPHERE
Template: kadence
Version: 0.1.0
Requires at least: 7.1
Requires PHP: 8.3
Text Domain: hoisphere-writing-kadence
*/

:root {
  --hoisphere-paper: #f7f7f4;
  --hoisphere-ink: #171717;
  --hoisphere-sage: #71717a;
  --hoisphere-moss: #4f6f5a;
  --hoisphere-line: rgb(23 23 23 / 10%);
}

html { overflow-x: hidden; }

body {
  background: var(--hoisphere-paper);
  color: var(--hoisphere-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.015em;
  line-height: 1.22;
}

a {
  color: var(--hoisphere-moss);
  text-underline-offset: .18em;
}

pre, .wp-block-code, .wp-block-table { overflow-x: auto; }
.wp-block-table table { min-width: 640px; }
img { height: auto; max-width: 100%; }

.site-footer-wrap {
  border-top: 1px solid var(--hoisphere-line);
  margin-top: clamp(3.5rem, 8vw, 6rem);
}
