/*
Theme Name: DigitalGo Custom
Theme URI: https://digital.com.pl
Author: Daria Katarzyna Król
Author URI: https://digitalgo.pl
Description: W pełni autorski, hand-coded motyw WordPress digital.com.pl — bez zależności od frameworków (bez Astry), zoptymalizowany pod wydajność.
Version: 1.0
Requires PHP: 7.4
Text Domain: digitalgo-custom
*/

/* ==============================
   RESET / BASE
   ============================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #14213d;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 1rem;
    line-height: 1.1;
}

p {
    margin: 0 0 1rem;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

/* Plain hyphens only — never en-dash/em-dash in generated copy */
