/*
Theme Name: Emanijeram Trgemje
Theme URI: https://example.com/
Author: Custom
Description: Simple custom WordPress theme.
Version: 1.0
Text Domain: emanijeram-trgemje
*/

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    color: #222;
    background: #fff;
}

.site-header,
.site-footer {
    width: 100%;
    padding: 20px 5%;
}

.site-header {
    border-bottom: 1px solid #eee;
}

.site-footer {
    border-top: 1px solid #eee;
    margin-top: 60px;
    text-align: center;
}

.site-content {
    width: 100%;
    min-height: 70vh;
}

.container {
    width: min(1200px, 90%);
    margin: 0 auto;
}
