@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

:root {
	--brand-color: #141e27;
	--accent-color: #178c27;
	--main-color: #f67d80;
	--designs-color: #eeeeee;
	--sans-serif: 'Sen', sans-serif;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color) var(--main-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
	height: 5px;
}

*::-webkit-scrollbar-horizontal {
  height: 10px; /* Set the height for the horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: var(--main-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
  border-radius: 5px;
  border: 1px solid var(--main-color);
}

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

html,
body {
	padding: 0;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height:1.125;
	font-family: var(--sans-serif);
	background: var(--main-color);
	color: var(--brand-color);
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 100vh;
}

a {
	color: inherit;
	text-decoration: underline;
}

* {
	box-sizing: border-box;
}

img {
	object-fit: cover;
	object-position: center;
}

h1, h2, h3, h4 {
	font-family: var(--sans-serif);
}

h1 {
	font-size: 1.5rem;
	font-weight: bold;
	/* color: var(--dark); */
}

h2 {
	font-size: 1.125rem;
	font-weight: bold;
}

h3 {
	font-size: 1.125rem;
	font-weight: bold;
}

h4 {
	line-height: 1.1;
	letter-spacing: -0.025rem;
}

p {
	line-height: 1.2;
}

textarea {
	height: auto;
	width: 100%;
	resize: none;
	color: var(--brand-color);
	border: 0.15rem solid var(--accent-color);
	background: var(--main-color);
	font-size: 0.9rem;
	font-family: var(--sans-serif);
	padding: 0.4rem 0.3rem;
	border-radius: 0.3rem;
}

textarea:focus {
	border: 0.15rem solid var(--brand-color);
	outline: none;
}

label {
	margin: 0 0 0.3rem 0;
	font-size: 1rem;
	font-weight: bold;
}

main {
	min-height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0;
}

input, select {
	color: var(--brand-color);
	background: var(--main-color);
	/* height: 2.5rem; */
	border: 0.15rem solid var(--accent-color);
	font-size: 0.9rem;
	font-family: var(--sans-serif);
	padding: 0.4rem 0.3rem;
	border-radius: 0.3rem;
}

input:focus {
	border: 0.15rem solid var(--brand-color);
	outline: none;
}


.h1 {
	font-size: 1.5rem;
	font-weight: bold;
	/* color: var(--dark); */
}

.h2 {
	font-size: 1.125rem;
	font-weight: bold;
}

.h3 {
	font-size: 1.125rem;
	font-weight: bold;
}

.h4 {
	line-height: 1.1;
	letter-spacing: -0.025rem;
}

.button-good {
	background: var(--brand-color);
	color: var(--main-color);
	width: fit-content;
	font-family: var(--sans-serif);
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.4rem 0.8rem;
	border: 0.15rem solid var(--brand-color);
	border-radius: 0.3rem;
	text-decoration: none;
	text-transform: uppercase;
}

.button-good:focus {
	opacity: 0.8;
}

.button-good:hover {
	opacity: 0.8;
}

.button-regular {
	background: var(--main-color);
	color: var(--brand-color);
	width: fit-content;
	font-family: var(--sans-serif);
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.4rem 0.8rem;
	border: 0.15rem solid var(--main-color);
	border-radius: 0.3rem;
	text-decoration: none;
	text-transform: uppercase;
}

.button-regular:focus {
	opacity: 0.8;
}

.button-regular:hover {
	opacity: 0.8;
}

.hide {
	display: none;
}

.no-scroll {
	overflow: hidden;
}

.clerk-embed {
	display: grid;
	place-items: center;
	padding: 1rem 0;
}

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 40em) {
	h1 {
		font-size: 2.125rem;
		font-weight: bold;
	}

	h2 {
		font-size: 1.5rem;
		font-weight: bold;
	}

	h3 {
		font-size: 1.25rem;
		font-weight: bold;
	}

	h4 {
		font-size: 1.125rem;
		font-weight: bold;
	}

	.h1 {
		font-size: 2.125rem;
		font-weight: bold;
	}

	.h2 {
		font-size: 1.5rem;
		font-weight: bold;
	}

	.h3 {
		font-size: 1.25rem;
		font-weight: bold;
	}

	.h4 {
		font-size: 1.125rem;
		font-weight: 700;
	}
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {
	h1 {
		font-size: 2.125rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: -0.0625rem;
	}

	h2 {
		font-size: 1.875rem;
		font-weight: bold;
		line-height: 1.067;
		letter-spacing: -0.05rem;
	}

	h3 {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.083;
		letter-spacing: -0.0375rem;
	}

	h4 {
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: -0.025rem;
	}

	.h1 {
		font-size: 2.125rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: -0.0625rem;
	}

	.h2 {
		font-size: 1.875rem;
		font-weight: bold;
		line-height: 1.067;
		letter-spacing: -0.05rem;
	}

	.h3 {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.083;
		letter-spacing: -0.0375rem;
	}

	.h4 {
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: -0.025rem;
	}
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 80em) {}