/*
Theme Name: OPG Kostešić
Theme URI:
Author: OPG Kostešić
Author URI:
Description: Čista custom tema za OPG Kostešić landing page. Bez ovisnosti o frameworkima ili parent temi.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opg-kostesic
*/

/* =========================================================
   Globalni reset — uklanja browser default margine/padding
   tako da sekcije plug-inova budu edge-to-edge (full bleed).
   ========================================================= */
html,
body {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.5;
}

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