/*
Theme Name: Knowledge Innovation Summit
Theme URI: https://kisglobal.org/
Author: Knowledge Innovation Summit
Author URI: https://kisglobal.org/
Description: Native WordPress theme wrapper for the Knowledge Innovation Summit cinematic website, with Divi Builder compatible templates and production Vite assets.
Version: 1.2.4
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
Text Domain: kis-theme
Tags: custom-logo, custom-menu, featured-images, full-width-template, one-column, editor-style, rtl-language-support
*/

:root {
  --kis-wp-paper: #f2f2ed;
  --kis-wp-ink: #0b1628;
  --kis-wp-muted: #4a5565;
  --kis-wp-rule: rgba(10, 20, 35, 0.14);
  --kis-wp-blue: #205493;
}

body {
  margin: 0;
  background: var(--kis-wp-paper);
  color: var(--kis-wp-ink);
}

.kis-wp-header,
.kis-wp-footer {
  background: var(--kis-wp-paper);
  color: var(--kis-wp-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kis-wp-container {
  width: min(100% - 3rem, 112rem);
  margin-inline: auto;
}

.kis-wp-header {
  border-bottom: 1px solid var(--kis-wp-rule);
}

.kis-wp-header__inner {
  min-height: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.kis-wp-brand {
  color: var(--kis-wp-ink);
  font-weight: 800;
  letter-spacing: -0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.kis-wp-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kis-wp-menu a,
.kis-wp-content a {
  color: var(--kis-wp-blue);
}

.kis-wp-main {
  min-height: 60vh;
}

.kis-wp-content {
  padding-block: clamp(3rem, 7vw, 6rem);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.kis-wp-content h1,
.kis-wp-content h2,
.kis-wp-content h3 {
  line-height: 1.1;
}

.kis-wp-footer {
  border-top: 1px solid var(--kis-wp-rule);
  padding-block: 2rem;
  font-size: 0.875rem;
}

.kis-react-app-root {
  min-height: 100vh;
}
