/*
Theme Name: kyan-xbees
Author: Mohamed Yassin
Author URI: https://xbees.net/
Theme URI: https://xbees.net/
Tags: full-site-editing
Text Domain: kyan-xbees
Description: A custom theme for Kyan.
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/* Custom CSS for Kyan Xbees Theme */
/* General Styles */
.main-post h1, .main-post h2, .main-post h3, .main-post h4, .main-post h5, .main-post h6{
    margin-bottom: 2rem;
}

.main-post p, .main-post ul, .main-post ol, .main-post blockquote, .main-post img{
    margin-bottom: 2rem;
}

.alignleft {
    
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignwide {
    width: 100%;
    max-width: 1200px; /* or whatever your container width is */
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
