@charset "UTF-8";

/* =====================================================
  TOP COPY
===================================================== */

.cs-title{
  margin:0;
  font-family:"Cinzel", serif;
  font-weight:400;
  font-size:var(--cs-title);
  line-height:1.2;
  letter-spacing:.16em;
  color:#222;
}

.cs-text{
  margin:var(--cs-text-gap) 0 0;
  font-family:"Cormorant Garamond", serif;
  font-weight:400;
  font-size:var(--cs-text);
  line-height:1.68;
  letter-spacing:.015em;
  color:#333;
  opacity:1;
}

.cs-block:last-child .cs-title{
  letter-spacing:.14em;
}

@media (max-width:767px){
  .cs-title{
    letter-spacing:.14em;
  }

  .cs-text{
    letter-spacing:.015em;
  }
}