/*
Theme Name: Mofay Theme (India Edition)
Theme URI: https://mofayintl.com/
Author: deneb studios
Author URI: https://share.google/RMBAV4gORL1fEPViZ
Description: Modern, ultra-fast, premium WooCommerce theme for Mofay Kids Toys & Games (India Edition).
Version: 4.1.1
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: mofay
*/

:root {
    --mofay-primary: #ff4757;
    --mofay-secondary: #1a1a2e;
    --mofay-accent: #a855f7;
    --mofay-bg: #f8fafc;
    --mofay-text: #334155;
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    color: var(--mofay-text);
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

#page, .site {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

.mofay-container {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}
