/* eb-garamond-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/eb-garamond-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'EB Garamond', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 24px;
	margin: 0 12px;
	background-color: #CFC5BB;
	color: #434540;
}

h1 {
	margin-bottom: 8px;
}

.hero img {
	width: 240px;
	border-radius: 8px;
	margin-top: 24px;
}

.subtitle {
	margin-top: 8px;
}

.wrap {
	max-width: 800px;
	margin: 0 auto;
}

.footer {
	padding-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
}

figure {
	margin: 0 0 12px 0;
}

figcaption {
	margin-top: 4px;
}

.footer p, figcaption {
	font-size: 0.8em;
}

.schedule-appointment {
	background-color: #92998C;
	padding: 8px 20px 40px 20px;
	margin: 40px auto;
	border-radius: 8px;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea,
select {
	font-family: 'EB Garamond', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1em;
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
}

textarea {
	height: 100px;
	resize: vertical;
}

select {
	background-color: white;
}

button {
	font-family: 'EB Garamond', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1em;
	background-color: #5A5D56;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

button:hover {
	background-color: #434540;
}

button:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}

.success {
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}

.error {
	color: #f44336;
	font-weight: bold;
	margin-top: 15px;
}

.loading {
	color: #2196f3;
	font-weight: bold;
	margin-top: 15px;
}
