/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 /* ==========================
   BODY TEKST
========================== */
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    letter-spacing: 0.02em;
}

/* ==========================
   H1 – Glavni naslovi
========================== */
h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem; /* prilagodi prema dizajnu */
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #111;
    margin-bottom: 1rem;
}

/* ==========================
   H2 – Sekundarni naslovi
========================== */
h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #111;
    margin-bottom: 0.75rem;
}

/* ==========================
   H3 – Tercijarni naslovi / podnaslovi
========================== */
h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.015em;
    color: #111;
    margin-bottom: 0.5rem;
}

/* ==========================
   Nazivi slika / galerija / citati
========================== */
h2.image-title,
.caption,
blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #222;
    margin-bottom: 0.5rem;
}

/* ==========================
   Linkovi / naglasci
========================== */
a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.3s;
}

a:hover {
    color: #555;
}

/* ==========================
   Premium spacing trik
========================== */
p {
    margin-bottom: 1.2rem;
}

section {
    margin-bottom: 3rem;
}
