/*
Theme Name: Revelation
Theme URI: https://revelationpsychology.com/
Author: Antigravity
Author URI: https://github.com/google-deepmind
Description: A premium, highly customizable, and responsive custom theme for Revelation Psychology, featuring elegant typography, modern animations, and dynamic customizer editing.
Version: 1.0.0
Text Domain: revelation-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic Gutenberg block compatibility */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
