:root {

    /* Colors: */
    --color-primary: #000000;
    --color-secondary: #B19F6A;


    /* Font/text values */
    --font-body:  400 18px "Poppins", serif;
    --font-title: 400 96px "Playfair Display", serif;
    --font-title-small: 400 36px "Playfair Display", serif;
    --font-title-interior: 400 50px "Playfair Display", serif;
    --font-button: 400 20px "Inter", sans-serif;
    --font-footer: 400 14px "Inter", sans-serif;
    --font-banner-interior: 400 60px "Playfair Display", serif;

}
@media only screen and (max-width:1980px) {
	:root {

        --font-title: 400 70px "Playfair Display", serif;
        --font-title-small: 400 30px "Playfair Display", serif;
        --font-title-interior: 400 40px "Playfair Display", serif;
        --font-body:  400 16px "Poppins", serif;
        --font-button: 400 18px "Inter", sans-serif;
        
	}
	
}
@media only screen and (max-width:1500px) {
	:root {

        --font-title: 400 55px "Playfair Display", serif;
        --font-title-small: 400 28px "Playfair Display", serif;
        --font-body:  400 16px "Poppins", serif;
        --font-button: 400 16px "Inter", sans-serif;
        --font-banner-interior: 400 60px "Playfair Display", serif;
	}
	
}

@media only screen and (max-width:1200px) {
	:root {


        --font-banner-interior: 400 50px "Playfair Display", serif;

	}
	
}

@media only screen and (max-width:991px) {
	:root {
        --font-title: 400 50px "Playfair Display", serif;
        --font-title-small: 400 28px "Playfair Display", serif;
        --font-title-interior: 400 30px "Playfair Display", serif;
        --font-body:  400 16px "Poppins", serif;
        --font-button: 400 16px "Inter", sans-serif;
        --font-banner-interior: 400 40px "Playfair Display", serif;
	}
}

@media only screen and (max-width:767px) {
	:root {

		--font-banner-interior: 400 35px "Playfair Display", serif;



	}
	
}
@media only screen and (max-width:575px) {
	:root {
        --font-title: 400 35px "Playfair Display", serif;
        --font-title-small: 400 21px "Playfair Display", serif;
        --font-banner-interior: 400 35px "Playfair Display", serif;
	}
}



/* Character Styles */

