/* НАЧАЛО (напишите ваш код здесь) */
@font-face {
  font-family: 'Cormorant';
  src: url('assets/fonts/Cormorant-Regular.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url('assets/fonts/Cormorant-Bold.ttf');
  font-weight: bold;
}


/* КОНЕЦ */

body {
  width: 790px;
  margin: 0 auto;
  padding: 50px 0 100px;

  /* НАЧАЛО (напишите ваш код здесь) */
  font: 16px/1.5 sans-serif;
  
  /* КОНЕЦ */

  background-color: #ebebeb;
}

figure {
  margin: 50px 0 0;
}

figcaption {
  font-size: 12px;
}

img {
  width: 100%;
}

.logo {
  margin-bottom: 30px;
  
  /* НАЧАЛО (напишите ваш код здесь) */
  color: #333;
  font-size: 30px;
  line-height: normal;
  font-family: "Cormorant", serif;
  /* КОНЕЦ */
  letter-spacing: 15px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.nav > * {
  margin: 0;
  padding: 0;

  list-style: none;
}

.nav a {
  /* НАЧАЛО (напишите ваш код здесь) */
  color: #616161;
  font-weight: bold;
  /* КОНЕЦ */
  letter-spacing: 0.3em;
  text-transform: uppercase;

  text-decoration: none;
}

.interview {
  /* НАЧАЛО (напишите ваш код здесь) */
  color: #333;
  font: 18px/1.5 serif;
  /* КОНЕЦ */
}

.interview-header {
  /* НАЧАЛО (напишите ваш код здесь) */
  font-size: 50px;
  line-height: 1.2;
  font-family: "Corporant" serif;
  font-weight: bold;
  /* КОНЕЦ */
}

.interview-description {
  /* НАЧАЛО (напишите ваш код здесь) */
  color: #686868;
  font-family: sans-serif;
  /* КОНЕЦ */
}

.interview-footer {
  /* НАЧАЛО (напишите ваш код здесь) */
  font-size: 12px;
  line-height: 1.25;
  text-align: right;
  /* КОНЕЦ */
}

.interview-text {
  /* НАЧАЛО (напишите ваш код здесь) */
  font-size: 20px;
  line-height: 1.75;
  text-align: justify;
  /* КОНЕЦ */
}
