/*
Theme Name: Houzez Child
Theme URI: https://favethemes.com/
Description: Child theme for Houzez
Author: Your Name
Author URI: yourwebsite.com
Template: houzez
Version: 1.0.0
Text Domain: houzez-child
*/

/* Add your custom CSS below this line */

     /* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

*, body {
    font-family: 'Plus Jakarta Sans', sans-serif;;
}
:root{
    --secondary-50:#F0F8FE;
    --secondary-700:#2466D1;
      --netural-100: #EFF3F7;
    --primary-900: #050E3F;
    
}
body .page-wrap{
    background: #fff;
}
@media (min-width: 992px) {
    .container {
        max-width: initial;
    }
}

@media (min-width: 1200px) {
.page-wrap .container{
    max-width: 1432px;
}
}

