/* WP PluginsTheme v1.6.43 — GLOBALNI IDENTITET CIJELOG SAJTA
   NASLOVI: Clash Display
   OPISI / TEKST: Archivo Regular
   ŽUTA: #ffcf54
   PLAVA: #0662a6
*/
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap');

:root {
    --wppt-blue: #0662a6;
    --wppt-yellow: #ffcf54;
    --wppt-section-title-size: 34px;
}

/* Osnovni tekst / opisi na cijelom sajtu — Archivo Regular. */
html,
body,
body p,
body a,
body li,
body label,
body input,
body textarea,
body select,
body button,
body table,
body th,
body td,
body blockquote,
body figcaption,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-widget-text-editor li,
.wpht-hero,
.wppt-wrap,
.wpptp-wrap,
.wppt-team,
.wppt-library,
.wppt-digsec,
.wppt-about,
.wppt-projects,
.wppt-header,
.wppt-footer,
.wppt-youth-map,
.wppt-simple-heading,
.wppt-contact-page,
.wppt-gallery {
    font-family: "Archivo", Arial, Helvetica, sans-serif !important;
}

/* Opisi i paragrafi obavezno Archivo Regular. */
body p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body [class*="description"],
body [class*="desc"],
body [class*="excerpt"],
body [class*="intro"] p,
body [class*="text"] p {
    font-family: "Archivo", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

/* SVI NASLOVI — Clash Display. */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .entry-title,
body .page-title,
body .elementor-heading-title,
.wpht-title,
.wppt-title,
.wpptp-title,
.wppt-team-title,
.wppt-team-name,
.wppt-library-title,
.wppt-library-card-title,
.wppt-pdf-title,
.wppt-about-board-title,
.wppt-footer-title,
.wppt-card-title,
.wppt-projects .project-title,
.wppt-projects .card-title,
.wppt-simple-heading__title,
.wppt-dig-head > h2,
.wppt-karike-mag-head > h2,
.wppt-wrap > .wppt-header .wppt-title,
.wppt-projects .proj-group > h2,
.wppt-projects .wppt-proj-hero h1,
.wppt-about-story-copy > h2,
.wppt-about-section-head > h2,
.wppt-about-partners-copy > h2,
.wppt-youth-map__intro > h2 {
    font-family: "Clash Display", "Archivo", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.025em;
}

/* Glavni/sekcijski naslovi zadržavaju ujednačenu veličinu. */
body .entry-title,
body .page-title,
body .elementor-widget-heading .elementor-heading-title,
body .wppt-simple-heading__title,
body .wppt-dig-head > h2,
body .wppt-karike-mag-head > h2,
body .wppt-library-title,
body .wppt-team-title,
body .wpptp-title,
body .wppt-wrap > .wppt-header .wppt-title,
body .wppt-projects .proj-group > h2,
body .wppt-projects .wppt-proj-hero h1,
body .wppt-about-story-copy > h2,
body .wppt-about-section-head > h2,
body .wppt-about-partners-copy > h2,
body .wppt-youth-map__intro > h2 {
    font-size: var(--wppt-section-title-size) !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
}

/* Jednostavni naslov widget. */
.wppt-simple-heading {
    --wppt-simple-accent: #ffcf54;
    width: 100%;
}
.wppt-simple-heading__eyebrow {
    margin: 0 0 10px;
    color: var(--wppt-simple-accent);
    font-family: "Archivo", Arial, sans-serif !important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.wppt-simple-heading__title { margin: 0 !important; }
.wppt-simple-heading__line {
    display: inline-block;
    width: 42px;
    height: 4px;
    margin: 12px 0 14px;
    background: var(--wppt-yellow);
}
.wppt-simple-heading__text {
    width: 100%;
    margin: 0;
    font-family: "Archivo", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400 !important;
}
.wppt-simple-heading__text > :first-child { margin-top: 0; }
.wppt-simple-heading__text > :last-child { margin-bottom: 0; }
.wppt-simple-heading[style*="text-align:center"] .wppt-simple-heading__line { display:block; margin-left:auto; margin-right:auto; }
.wppt-simple-heading[style*="text-align:right"] .wppt-simple-heading__line { display:block; margin-left:auto; }

@media (max-width: 1024px) {
    :root { --wppt-section-title-size: 30px; }
}
@media (max-width: 767px) {
    :root { --wppt-section-title-size: 26px; }
    .wppt-simple-heading__text { font-size: 15px; line-height: 1.65; }
}

/* Anchor / sidro sekcije */
html {
    scroll-behavior: smooth;
}
.wppt-anchor-target {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    pointer-events: none;
}
.wppt-anchor-editor-label {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin: 4px 0;
    border: 1px dashed #ffcf54;
    background: #fff9df;
    color: #0662a6;
    font-family: "Archivo", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .04em;
}
