@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Finlandica Text", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #141414
}

.wrap {
  max-width: 720px;
  margin: 20px auto;
}

h1 {
  font-size: 32px;
  line-height: 34px;
}

.top {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #FBE9E7;
  border-radius: 50px;
}
.top_menu {
  display: flex;
  gap: 15px;
}
.top_menu a {
  color: #BF360C;
  text-decoration: none;
}

.home {
  padding: 80px 0;
}

.fr {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #FFCCBC;
  padding: 10px 10px 10px 30px;
  border-radius: 50px;
  margin-top: 50px;
  align-items: center;
}
.fr_text {
  font-style: italic;
}
.fr_btn {
  text-align: center;
  background-color: #BF360C;
  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  color: #ffffff;
}

.cnt_span {
  font-weight: 500;
}
.cnt_list {
  margin-top: 30px;
}

.card {
  margin-bottom: 100px;
}
.card_title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
}
.card_meta {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
.card_meta a {
  padding: 3px 10px;
  background-color: #FBE9E7;
  color: #141414;
  border-radius: 30px;
  text-decoration: none;
}
.card_next {
  color: #BF360C;
  padding: 10px 20px;
  background-color: #FBE9E7;
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 50px;
  font-weight: 500;
}

.page {
  margin: 50px 0;
}
.page span {
  color: #BF360C;
  font-weight: 600;
}
.page h1 {
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
}
.page blockquote {
  margin: 0;
  padding: 30px 40px;
  background-color: #FBE9E7;
  font-weight: 400;
  margin: 50px 0;
  border-radius: 20px;
}
.page blockquote span {
  color: #BF360C;
}
.page a {
  color: #141414;
  background-color: #FFCCBC;
  text-decoration: none;
}