/*
Theme Name: vamosbet
Theme URI: 
Author: 
Author URI:
Version: 1.0
*/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
    //font-family: 'Satoshi', sans-serif;
    /*font-family: 'Satoshi', sans-serif;*/
    font-optical-sizing: auto;
    font-style: normal;
    
    }
    
    :root{
      
  --biege: #fdfbf6;
  --light_biege: #bcb19e;
  --dark_biege: #8e7b6b;

  --muted_sage: #C1B1A2;
  --dusty_blue: #B8AD9E;
  --terracotta_clay: #B1AA9C;
  --deep_charcoal: #B2AC9C;
      --footer : #242422;
      --footer_text: #737373;
      --footer_lets_talk_border : #a6a6a6;
      --full_size_max_width : 2560px;
      --section_spacier : 88px;
      --clr-neutral-100: hsl(0, 0%, 100%); 
      --clr-primary-100: hsl(205, 15%, 58%); 
      --clr-primary-400: hsl(215, 25%, 27%); 
      --clr-primary-800: hsl(217, 33%, 17%); 
      --clr-primary-900: hsl(218, 33%, 9%);
      --muted_light_biege : #dfdbd2;

      --clamp_h1 :clamp(77px,200px,210px);
      --clamp_fs :clamp(44px , 55px, 132px);

    }
    
    .main_image_placeholder{width:100vw; height:100vh; position:fixed; top:0; left:0; bottom:0; right:0; z-index: 1000000000;}

        /* temp */



        @media screen and (min-width: 1240px) {
    


        }
        
        @media screen and (max-width: 1239px) and (min-width: 768px) {
    

          li{font-size:16px; line-height:26px;}
                ul{margin: 1rem 0px 1rem 22px;}
                p{font-size:16px; font-weight:300 !important; line-height:20px; margin-bottom:1rem;}
                strong{font-weight:bold; font-family:inherit !important; font-size:inherit;line-height:inherit; color: black; }
                em{font-family:inherit !important; font-size:inherit; line-height:inherit; font-style:italic;}
                span{font-family:inherit !important; font-size:inherit; line-height:inherit;}
                h1{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 28px; color: black; line-height:30px;}
                h2{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 26px; color: black; }
                h3{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 24px; color: black; }
                h4{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 22px; color: black; }
                h5{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 20px; color: black; }
                h6{font-family:inherit !important; line-height:inherit; font-weight:bold; font-size: 18px; color: black; }
                body, html {
                    font-size: 100%;
                    -webkit-text-size-adjust: 100%;
                    -ms-text-size-adjust: 100%;
                    --light-blue:#4396d2;
                    --grey-color:#414141;
                }  
        
        }
        
        @media screen and (max-width: 767px){
            
            



       
        }