/*
Theme Name: PārthaOS Theme
Theme URI:  https://mepremjagtap.com/
Author:     MePremJagtap | PR Digital Solutions
Author URI: https://mepremjagtap.com/
Description: The Visual Skin for PārthaOS. A Glassmorphism SaaS interface.
Version:    1.0
Text Domain: partha-theme
*/

/* Base Reset & Defaults */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0f172a; /* Fallback to Dark Mode Slate */
    color: #f8fafc;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* Utility: Hide WP Admin Bar on Frontend */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }