/*======================================
Theme Name: Divi Child
Theme URI: https://www.wallco.eu/
Description: Child theme Next Stop India
Author: Maja Wall
Author URI: https://www.wallco.eu
Author Email: maja@wallco.eu
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

/* === Global Typography Settings === */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px; /* Base size (kan ændres til 15/17 hvis ønsket) */
  line-height: 1.6; /* God læsbarhed til brødtekst */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222; /* Standard tekstfarve */
}

/* === Headings === */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit; /* Holder systemfont stack */
  font-weight: 600; /* Semi-bold, ser mere professionelt ud end fed (700) */
  line-height: 1.25; /* Tættere på overskrifter, men stadig luftigt */
  margin-bottom: 0.5em;
  color: #111;
}

h1 { font-size: 2.25rem; /* ca. 36px */ }
h2 { font-size: 1.75rem; /* ca. 28px */ }
h3 { font-size: 1.5rem;  /* ca. 24px */ }
h4 { font-size: 1.25rem; /* ca. 20px */ }
h5 { font-size: 1.1rem;  /* ca. 18px */ }
h6 { font-size: 1rem;    /* ca. 16px */ }

/* === Paragraphs & Lists === */
p {
  margin-bottom: 0.6em;
  line-height: 1.65; /* lidt ekstra luft i brødtekst */
}

li  { margin-bottom: 0.6em;
  line-height: 1.65; /* lidt ekstra luft i brødtekst */
}

/* === Links === */
a {
  color: #0056a3; /* vælg brand-farve */
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* === Buttons (kan tilpasses Divis egne klasser) === */
button, .et_pb_button {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.5px;
}
