/*
Theme Name:   PressJet Lite
Theme URI:    https://pressjet.com/
Author:       PressJet
Author URI:   https://pressjet.com/
Description:  A lightweight, fast, and minimal starter theme designed to work perfectly with the Simple Elementor Header Footer plugin. It provides a clean canvas for your Elementor designs.
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, custom-header, custom-menu, blog, editor-style
Text Domain:  pressjet-lite
*/

/* Basic Reset & Layout */
body {
    background-color: #ffffff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1100px;
    margin: 2em auto;
    padding: 0 2em;
}

/* Typography */
a {
    color: #0073aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}
