/*
Theme Name: Kolubara Usluge
Theme URI: https://kolubarausluge.rs/
Author: D. Svilenković
Author URI: https://svilenkovic.com/
Description: Klasična (PHP) WordPress tema za javno preduzeće Kolubara Usluge d.o.o. Lazarevac. Svedena, brza i pristupačna (WCAG AA) tema bez biblioteka i animacija. Glavni stilovi se nalaze u assets/css/style.css.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kolubara
Tags: public-sector, accessibility-ready, custom-menu, featured-images, translation-ready
*/

/* -------------------------------------------------------------
   Minimalni reset (lite). Kompletan stil je u assets/css/style.css
   ------------------------------------------------------------- */

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

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

body {
	margin: 0;
}

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

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

a {
	color: inherit;
}
