/*
Theme Name: UCU Museum Theme
Theme URI: https://ucu.edu.ua
Author: Bohdan Hulovatyi
Author URI: https://ucu.edu.ua
Description: Custom theme for UCU Museum
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ucu-museum-theme
Tags: custom, responsive, modern
*/

/* ============================================
   Base Styles
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Add your custom styles below */
