@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url(variables.css);

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-primary);
	font-size: 18px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: var(--color-black);
}
h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5 {
	font-family: var(--font-secondary);
	font-optical-sizing: auto;
	margin: 0 0 40px;
}
h1,
.heading-1 {
	font-size: 50px;
	line-height: 60px;
}
h2,
.heading-2 {
	font-size: 40px;
	line-height: 50px;
}
h3,
.heading-3 {
	font-size: 30px;
	line-height: 40px;
}
h4,
.heading-4 {
	font-size: 26px;
	line-height: 36px;
}
h5,
.heading-5 {
	font-size: 20px;
	line-height: 30px;
}
p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 30px;
}
a,
a:link,
a:visited,
a:focus {
	color: var(--color-orange);
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
.text-small {
	font-size: var(--font-size-12);
}
img {
	max-width: 100%;
	height: auto;
}
.reset-line-height {
	line-height: initial;
}

/* the structure */
.container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.container-narrow {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.dashed-divider {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: var(--color-orange);
	padding-bottom: 60px;
}
.hero-section {
	background-color: var(--color-green);
}
.map-section {
	background-color: var(--color-light-blue);
}
.campbell-river-section {
	background-color: var(--color-light-green);
}
.list-juniper span {
	font-size: 26px;
	line-height: 20px;
}
.list-juniper p {
	margin-bottom: 18px;
}
.perks-section {
	background-color: var(--color-salmon);
}
.legends-section {
	background-color: var(--color-brown);
}
.food-section {
	background-color: var(--color-pink);
}
.beyond-section {
	background-color: var(--color-blue);
}
.footer-section {
	background-color: var(--color-green);
}

/* testing AI stuff */
