/*
Theme Name: VoltMail
Theme URI: https://github.com/voltmail
Author: VoltMail
Author URI: https://voltmail.app
Description: A premium disposable email service theme. Generate instant temporary email addresses with real-time inbox delivery, custom usernames, QR codes, and automatic expiry. No registration required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voltmail
Tags: dark, email, disposable, privacy, one-column, custom-colors
*/

/* Base styles are in assets/css/voltmail.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #030712;
  color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  min-height: 100vh;
}
