/*
Theme Name: Moonveil
Theme URI: https://wordpress.org/themes/moonveil/
Author: Developer
Author URI: https://wordpress.org/
Description: A simple and clean WordPress theme for local development.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moonveil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/* Base Styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
  background-color: #000;
  color: #ecf8ff;
}

/* Base Container Styles */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.ppcp-messages {
  display: none !important;
}

#qm-fatal {
  color: black !important;
}
