#logo-header {
    max-width: 50%;
}

@font-face {
    font-family: PlayfairDisplay;
    src: url("../fonts/PlayfairDisplay-Regular.otf") format("opentype");
} */

h1, h2, h3 {
    font-family: PlayfairDisplay;
}

body {
    font-family: Roboto;
}

.logo img {
    max-width: 200px;
}

.background-header img {
  max-width: 110px;
}

@media (max-width: 993px) {
    .logo img {
        max-width: 90px;
    }
}
