.home-logo {
    width: calc(200px + 200 * ((100vw - 200px) / (1200 - 200)));
}

.about-us-img {
    max-height: 88vh;
}

@font-face {
	font-family: 'Cera Pro';
	src: url('../fonts/Cera-Pro-Light.otf') format('opentype');
	font-weight: light;
	font-style: normal;
}
@font-face {
	font-family: 'Cera Pro';
	src: url('../fonts/Cera-Pro-Regular-Italic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Cera Pro';
	src: url('../fonts/Cera-Pro-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Cera Pro';
	src: url('../fonts/Cera-Variable.woff') format('woff-variations');
	font-style: normal;
	font-weight: 100 900;
}

@font-face {
	font-family: 'Cera Pro';
	src: url('../fonts/Cera-Variable-Italic.woff') format('woff-variations');
	font-style: italic;
	font-weight: 100 900;
}

@font-face {
	font-family: 'Readex Pro';
	src: url('../fonts/ReadexPro-VariableFont_HEXP\,wght.ttf') format('truetype-variations');
	font-weight: 200 700;
}

.background-pattern {
	object-fit: cover;
	height: 106%;
    width: 115%;
    top: -5%;
    right: -7%;
    position: relative;
}
.background-pattern-opacity {
	opacity: 0.1;
}

.fw-600 {
	font-weight: 600 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
