/*
Theme Name: Fitness Pulse Luxury Athletic Edition
Theme URI: https://fitness.wrytion.com
Author: BlogPilot Architecture
Description: Custom High-Performance USA Fitness & Athletic Magazine Theme
Version: 2.0.0
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
