@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: Inter;
	src: url("../fonts/Inter-Regular.ttf");
	font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 500;
}

body, html {
  height: 100%;
}

body {
	font-family: Inter;
	overflow: scroll;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
}

a {
	color: inherit;
	text-decoration: none !important;
}

p {
	font-size: 14px;
}

.navbar {
	height: 59px;
	background-color: rgba(194, 121, 87, 1);
	color: white;
	text-align: center;
}

.navbar-img {
	margin-left: auto;
	margin-right: auto;
}

.primary-text {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 8px;
}

.secondary-text {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
}

#illustration {
	max-width: 240px;
	max-height: 240px;
	width: 100%;
	height: auto;
}


.layoutcontainer {
	display: block;
	width: 90vw;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}

.button1 {
	color: #ffffff;
	border: none;
	border-radius: 24px;
	background: #C27957;
	padding: 10px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	width: 90%;
	height: 46px;
}

.button2 {
	color: #C27957;;
	border: 1px solid #C27957;;
	border-radius: 24px;
	background-color: #ffffff;
	padding: 10px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	width: 90%;
	height: 46px;
}


@media screen and (max-width: 768px) {
	::-webkit-scrollbar {
		display: none;
	}
}
