/*
Theme Name: Moonveil
Author: Artyom Ugryumov
Author URI: https://ugryumov.com/
Version: 1.0
*/

/* 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;
}
