/*
Theme Name: EC2K Minimal
Theme URI: https://khompta.com/
Author: Khompta Web
Author URI: https://khompta.com/
Description: Thème minimal sans header/footer, idéal pour pages sur mesure EC2. Aucun template, aucun shortcode.
Version: 1.0.0
License: GPLv2 or later
Text Domain: ec2k-minimal
*/

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #4a4b4b; /* primaire */
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #ddb365; /* secondaire */
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .6em 0;
}

a {
  color: #c1964f; /* accent */
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

:root {
  --primary: #4a4b4b;
  --secondary: #ddb365;
  --accent: #c1964f;
}