@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
}

:root {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #F8F3EC;
  color: #333;
}

body {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  padding: 20px 0;
}

header, section, footer {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

header h1 {
  text-align: center;
}

.container p, ul, h2, h1 {
  text-align: left;
}

.container ul {
  opacity: 0.5;
  line-height: 26px;
  padding-left: 20px;
}

h1 {
  font-size: 50px;
  font-weight: 500;
  color: #333;
  padding: 0;
  margin: 20px 0;
}

.container h1 {
  font-size: 36px;
}

.intro {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  padding: 0;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin: 32px 0 8px;
}

p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.5;
}

p span {
  margin: 0 4px;
}

footer p {
  font-size: 14px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.back {
  display: inline-block;
  margin-top: 40px;
}
