/*
Theme Name: Noven Scroll
Theme URI: https://noven.ro/
Author: Noven
Description: Minimal WordPress shell for the Noven presentation site.
Version: 1.0.0
Text Domain: noven-scroll
*/

:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #f8f6f1;
  color: #172a22;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.noven-shell {
  width: min(1720px, calc(100% - 56px));
  margin: 0 auto;
}

.noven-fallback-header,
.noven-fallback-footer {
  padding: 24px 0;
  background: #f8f6f1;
}

.noven-fallback-header a {
  color: #172a22;
  font-size: 22px;
  font-weight: 850;
  text-decoration: none;
}

.noven-fallback-footer {
  color: #607068;
  font-size: 14px;
}

.noven-page-content > *:first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .noven-shell {
    width: min(100% - 40px, 1720px);
  }
}
