/*
Theme Name: Maxima
Theme URI: https://maxima-membership.next-lvls.com/
Author: Yonita Koleva
Author URI: https://next-lvls.com/
Description: WordPress theme for Maxima membership program with 3 worlds (PaidMemberships Pro).
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxima
*/
/* ===== Frontend Global Typography ===== */
:root {
    --mx-font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --mx-font-size: 20px;
  }
  
  html { font-family: var(--mx-font-family); }
  
  body {
    font-size: var(--mx-font-size);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
  }
  
  /* Optional: keep media responsive without altering layout */
  img, video, canvas, svg { max-width: 100%; height: auto; }
  