@import url(./components/button.css);
@import url(./components/card.css);
@import url(./components/navbar.css);

body {
  margin: 0;
  background-color: #f9f8f4;
  font-family: "Inter", sans-serif !important;
  color: #1c232f;
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif !important;
}

h1 {
  font-size: 64px;
  margin: 0px;
  text-transform: uppercase;
  color: #f9f8f4;
}

h2,
h3 {
  color: #1c232f;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

a {
  text-decoration: none;
}

p,
li {
  line-height: 1.5em;
}

#recipe-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

ul.list-inline li {
  display: inline;
  padding: 1rem;
}

.text-center {
  text-align: center;
}

.header {
  background-color: #1c232f;
  padding: 2rem 0;
  text-align: center;
}

.subtitle {
  font-size: 24px;
  font-style: italic;
  color: #f9f8f4;
  margin: 0;
}

.background-secondary {
  background-color: #886176;
  color: #f9f8f4;
}

.badge {
  border-radius: 2px;
  padding: 0.5em 1em;
}

.mr-1em {
  margin-right: 1em;
}

.my-2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4rem {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.py-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
