/*
Theme Name: Network Interior
Theme URI: 
Author: 
Description: A custom WordPress theme for furniture and interior design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: network-interior
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

@font-face {
    font-family: 'webflow-icons';
    src: url('assets/fonts/webflow-icons.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.w-icon-nav-menu:before {
    font-family: 'webflow-icons' !important;
    content: "\e602";
}

/* Add your custom styles below */

/* Mobile Navigation Styles */
@media screen and (max-width: 767px) {
    .w-nav-overlay {
        background: rgba(0, 0, 0, 0.95);
    }
    
    .w-nav-overlay .w-nav-menu {
        padding: 20px;
    }
    
    .w-nav-overlay .nav-link {
        color: #fff !important;
        font-size: 24px !important;
        padding: 10px 20px;
        text-align: center;
    }
    
    .w--nav-link-open {
        color: #fff !important;
    }
    
    .w-nav-button.w--open .w-icon-nav-menu {
        background-color: transparent;
    }
    
    .w-nav-button.w--open .w-icon-nav-menu:before {
        color: #fff;
    }
} 

 @media screen and (min-width: 1440px) {
  .home-heading, .home-heading.stroke, .haven-heading, .decor-heading {
    font-size: 110px;
  }
}
