@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

h1, h2, h3, a, span{
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 900 !important;
  font-style: normal;
  color: #000000 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.05rem !important;
}
h4{
  font-family: "DM Serif Display", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000 !important;
}
p{
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  color: #000000 !important;
}

.banner-home{
  position: relative;
}
.banner-home::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 100%);
}

#site-header{
  
}
