/*
Theme Name: PPwix Elementor Base
Theme URI: https://ppwix.com
Author: PPwix Website Services
Author URI: https://ppwix.com
Description: Lightweight Elementor-first WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ppwix-elementor
*/

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'Cinzel', serif !important;
}

/* Force background video to fit mobile width */
@media (max-width: 768px) {
  rs-slide video,
  rs-slide video.rs-bgvideo {
    object-fit: fill !important;
    width: 100% !important;
    height: 100% !important;
  }
}


