﻿/*
Theme Name: The7 Child
Template: dt-the7
Version: 1.0.0
Text Domain: the7-child
*/
/* ==== Custom overrides (start) ==== */
/* Typography + spacing baseline */
:root {
  --dj-text: 16px;
  --dj-line: 1.6;
}

body {
  font-size: var(--dj-text);
  line-height: var(--dj-line);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p {
  margin: 0 0 1em 0;
}

a {
  text-underline-offset: 0.2em;
}

/* Buttons: slightly more modern */
button,
input[type="submit"],
.the7-btn,
.dt-btn {
  border-radius: 10px;
}

/* Cards / boxes: subtle rounding */
.dt-sc-card,
.wpb_wrapper .vc_column-inner,
.content .wf-cell,
.content .wf-td {
  border-radius: 14px;
}
/* ==== Custom overrides (end) ==== */