/* Typeface */
@font-face {
  font-family: 'Canela';
  src: url('/fonts/canela/Canela-Thin.woff2') format('woff2'),
      url('/fonts/canela/Canela-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela';
  src: url('/fonts/canela/Canela-ThinItalic.woff2') format('woff2'),
      url('/fonts/canela/Canela-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


/* Header */
.header-inner-top p {
  font-size: 1.1rem;
  line-height: 4rem;
  margin-bottom: 0;
}
.header-inner-top a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.header-inner-top a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  .header .logo {
    margin-inline: auto;
    float: none;
  }
}