@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair';
  src: url('/fonts/Playfair/Playfair-VariableFont_opsz,wdth,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NomeFont';
  src: url('/fonts/NomeFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1, a {
  font-family: 'Playfair', sans-serif;
}

span, p, i, b, h2, h3, h4, h5, footer, button {
  font-family: 'Playfair', sans-serif;
}


 .cookie-banner {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #444;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 14px;
      z-index: 1000;
    }
    .cookie-banner button {
      margin-left: 10px;
      padding: 6px 12px;
      border: none;
      background: #222;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.2s;
    }
    .cookie-banner button:hover {
      background: #555;
    }