:root {
  --white: #FFFFFF;
  --primary: #1B263B;
  --primary-hover: #415A77;
  --secondary: #F1F3F5;
  --action: #C5A059;
  --action-hover: #A68648;
  --light-text: #F8F9FA;
  --link: #778DA9;
  --title-font: "Lusitana", Times, serif;
  --text-font: "Raleway", Arial, sans-serif;
}

body {
  background: var(--white);
  font-family: var(--text-font);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
}

.header__logo {
  display: block;
  width: 50px;
}