/* Fonts Declaration Starts - This must be first line of the CSS File - Even merged */ 
@import url('');
/* Fonts Declaration Ends */

/*Variable Declaration*/

:root {

    /* Common Body */
    --body-text-fonts: 400 16px/150% 'Avenir Next', sans-serif;
    --body-fonts-text-transform: none;
    --text-fonts: 'Avenir Next', sans-serif;
    --body-bg: #FFFFFF;
    --text-color: #333333;


    /* SVG Icons Converted to Fonts */
    --icon-fonts: 'template-icon', sans-serif;


    /* Marketting Headline / Extreme Large Title Fonts */
    --xl-title-fonts: 400 150px/100% 'Mr Sheffield', serif;
    --xl-title-fonts-text-transform: none;


    --mob-xl-title-fonts: 400 70px/100% 'Mr Sheffield', serif;


    
    /* H1 */
    --h1-title-fonts: 400 60px/120% 'EB Garamond', serif;
    --h1-title-fonts-text-transform: capitalize;
    --h1-font-color: #1F2430;


    --mob-h1-title-fonts: 400 45px/120% 'EB Garamond', serif;


    
    /* H2 */
    --h2-title-fonts: 400 60px/120% 'EB Garamond', serif;
    --h2-title-fonts-text-transform: capitalize;
    --h2-font-color: #1F2430;


    --mob-h2-title-fonts: 400 45px/120% 'EB Garamond', serif;


    
    /* H3 */
    --h3-title-fonts: 400 50px/120% 'EB Garamond', serif;
    --h3-title-fonts-text-transform: capitalize;
    --h3-font-color: ##1F2430;


    --mob-h3-title-fonts: 400 45px/120% 'EB Garamond', serif;


    
    /* H4 */
    --h4-title-fonts: 400 40px/130% 'EB Garamond', serif;
    --h4-title-fonts-text-transform: none;
    --h4-font-color: #1F2430;


    --mob-h4-title-fonts: 400 30px/140% 'EB Garamond', serif;


    
    /* H5 */
    --h5-title-fonts: 500 18px/150% 'Lato', sans-serif;
    --h5-title-fonts-text-transform: uppercase;
    --h5-font-color: #1F2430;


    --mob-h5-title-fonts: 500 18px/120% 'Lato', sans-serif;


    
    /* H6 */
    --h6-title-fonts: 400 18px/100% 'EB Garamond', serif;
    --h6-title-fonts-text-transform: none;
    --h6-font-color: #1F2430;


    --mob-h6-title-fonts: 400 18px/100% 'EB Garamond', serif;


    
    /* Stylish Fonts */
    --tagline-fonts: 500 18px/150% 'Lato', sans-serif;
    --tagline-font-color: #1F2430;
  --tagline-fonts-text-transform: uppercase;


    --mob-tagline-fonts: 500 16px/150% 'Lato', sans-serif;


    
    /* Other Heading Title */
    --section-title-fonts: 400 20px/120% 'EB Garamond', serif;
    --section-title-fonts-text-transform: none;
    --section-title-font-color: #1F2430;


    --mob-section-title-fonts: var(--section-title-fonts);


    
    /* Header */
    --header-fonts: 500 14px/150% 'Lato', sans-serif;
    --header-fonts-text-transform: uppercase;
    --bg-header: #FFFFFF;
    --header-color: #1F2430;
    --header-active-color: ;


    --mob-header-fonts: 400 20px/100% 'Lato', sans-serif;


    
    /* Footer */
    --footer-fonts: 400 16px/150% 'Avenir Next', sans-serif;
    --footer-fonts-text-transform: none;
    --bg-footer: #1F2430;
    --footer-color: #FFFFFF;


    
    /* Primary Button */
    --primary-cta-fonts: 700 13px/100% 'Avenir Next', sans-serif;
    --primary-cta-font-transform: uppercase;
    --primary-cta-color: #1F2430;
    --primary-cta-hover-color: #C19A43;
    --primary-cta-font-color: #FAF7ED;
    --primary-cta-font-hover-color: #1F2430;


    
    /* Secondary / Text Only Button */
    --secondary-cta-fonts: 700 13px/100% 'Avenir Next', sans-serif;
    --secondary-cta-font-transform: uppercase;
    --secondary-cta-font-color: #002341;
    --secondary-cta-font-hover-color: #002341;


    
    /* Reservation Widget Form */
    --reservation-widget-label-fonts: 400 14px/150% 'Avenir Next', sans-serif;
    --reservation-widget-label-fonts-text-transform: none;
    
    --reservation-widget-input-fonts: 500 16px/150% 'Lato', sans-serif;
    --reservation-widget-input-fonts-text-transform: none;


    
    /* Common Form */
    --form-label-fonts: 400 14px/150% 'Avenir Next', sans-serif;
    --form-label-fonts-text-transform: none;
    
    --form-input-fonts: 500 16px/150% 'Avenir Next', sans-serif;
    
    
    /* Logo */
    --logo-width: 150px;
    --logo-width-onscroll: 80px;
    --logo-height: 115px;

    
    --mob-logo-width: 80px; 
    --mob-logo-height: 60px;
    --mob-logo-width-onscroll: 80px;

    
    
    
    
    /* Gradients */
    --top-gradient-color: #FFF0CE;
    --bottom-gradient-color: #FAF7ED00;



    /* Colors */
    --primary-color: #1F2430;
    --secondary-color: #1F2430;
    --tertiary-color: #78726D;
    --highlight-color: #C19A43;
    --bg-alt-1: #FAF7ED;
    --border-color: #C19A43;
    --generic-gradient-bg-color: linear-gradient(2.95deg, rgba(49, 29, 29, 0) 61.18%, rgba(0, 0, 0, 0.7) 99.35%);



    /* Inverse - Over Dark Colored BG or ViseVersa */
    --inverse-font-color: #FFFFFF;
    --primary-cta-inverse-color: #C19A43;
    --primary-cta-inverse-font-color: #1F2430;
  
  
    /* Border Radius */
  	--border-radius: 0px;
  	--primary-cta-border-radius: 0px;
  
  
    /* Error Message */
  	--error-message-color: #a8000b;
  	--inverse-error-message-color: #FFFFFF;
}

/*Variable Declaration Ends*/