/*
Theme Name: AlejMUN Portal
Theme URI: https://alejmun.cz
Author: AlejMUN
Author URI: https://alejmun.cz
Description: Custom portal theme for AlejMUN cabinet replacement of Elementor-based theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: alejmun-portal
*/

:root {
    --alejmun-bg: #f5f7fb;
    --alejmun-primary: #0f4ca3;
    --alejmun-text: #1f2937;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--alejmun-bg);
    color: var(--alejmun-text);
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.site-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

.site-header {
    padding: 24px 0;
    border-bottom: 1px solid #d6deeb;
    margin-bottom: 24px;
}

.site-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    color: var(--alejmun-primary);
}

.site-content {
    padding-bottom: 24px;
}

.site-footer {
    border-top: 1px solid #d6deeb;
    padding-top: 16px;
    color: #6b7280;
    font-size: 14px;
}
