/*
Theme Name: U ime naroda
Theme URI: https://uimenaroda.rs
Author: U ime naroda za slobodnu Srbiju
Description: WordPress shell theme that serves the original U ime naroda React application 1:1.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: uime
*/

html,
body,
#root {
  min-height: 100%;
}

body {
  margin: 0;
  background: #f5f0ea;
}

.uime-event-hero-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.uime-event-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
