/*
 Theme Name:   Norgelys Kadence Child
 Theme URI:    https://norgelys.example
 Description:  Minimal black/white child theme for Kadence tailored for Norgelys.
 Author:       Norgelys
 Template:     kadence
 Version:      1.0.0
 Text Domain:  norgelys
*/

/* Base tokens */
:root {
  --nl-black: #0a0a0a;
  --nl-white: #ffffff;
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--nl-black);
  background: var(--nl-white);
}

/* Minimal header */
.site-header, .entry-content a.button {
  text-transform: none;
  letter-spacing: 0.2px;
}

.nav-primary .menu a {
  font-weight: 500;
}

/* Hero */
.nl-hero {
  padding: 80px 20px;
  border-bottom: 1px solid #eee;
}
.nl-hero h1 {
  margin: 0 0 8px 0;
  font-weight: 700;
}
.nl-hero p { margin: 0; }

/* Cards */
.nl-card {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 20px;
}