@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body * {
	font-family: Montserrat;
}
h4 {
	font-weight: 700
}
.header-shadow {
	text-shadow: 2px 2px 1px black;
}

.wp-block-navigation-item__content {
	font-family: Montserrat;
	font-weight: 500;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.wp-block-navigation-item.header-dropdown-title {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
}


.top-header-button {
	font-weight: 600
}

.image-container {
    position: relative;
    display: inline-block; 
}

.overlay-header {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0; 
    padding: 5px; 
    background-color: rgba(255, 255, 255, 0.7); 
}