:root {
  --primary-color: #2d3436;
  --sketch-border: 2px solid #2d3436;
}

body {
  font-family: 'Roboto', sans-serif;
  color: var(--primary-color);
  background-color: #fdfdfd;
}

h1,
h2,
h3,
.navbar-brand,
.btn-sketch-cta {
  font-family: 'Patrick Hand', cursive;
}

.sketch-nav {
  background: white;
  border-bottom: var(--sketch-border);
}

.age-badge {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid var(--primary-color);
  border-radius: 15px 5px 15px 5px / 5px 15px 5px 15px;
}

.sketch-card {
  border: var(--sketch-border);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.hero-section {
  height: 80vh;
  background: url('../assets/hero.png') center/cover no-repeat;
  position: relative;
  margin-top: 60px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sketch-underline {
  border-bottom: 3px solid #fdcb6e;
}

.btn-sketch-cta {
  background-color: #fdcb6e;
  border: var(--sketch-border);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
