/*
Theme Name: Xoo FrameWork
Theme URI: https://xoo.gr
Author: Xoo.GR
Author URI: https://xoo.gr
Description: Minimal blank WordPress theme for Xoo.GR - Optimized for UTF-8 Greek characters (ξ)
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: xoo-framework
Tags: blank, minimal, custom, greek
*/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background: #051f28;
    background: linear-gradient(135deg, #051f28 0%, #083a4a 25%, #0a4b5f 50%, #083a4a 75%, #051f28 100%);
    background-attachment: fixed;
    /* Xoo.GR darker teal gradient background */
}

/* Container */
.xoo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* WordPress Core */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
