/*
Theme Name: WhitepaperVault
Theme URI: https://example.com/whitepapervault
Author: Your Name
Author URI: https://example.com
Description: A modern WordPress theme for managing and distributing whitepapers with download functionality.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whitepapervault
Tags: custom-post-type, whitepapers, downloads, responsive
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Import main theme styles */
@import url('assets/css/theme.css');
