@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/font_001.woff2) format('truetype');
}
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/font_002.woff2) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/font_003.woff2) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/font_004.woff2) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../assets/fonts/font_005.woff2) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/font_006.woff2) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/font_007.woff2) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../assets/fonts/font_008.woff2) format('truetype');
}

/* unique-domain-theme: lidufezozrajx.pro; palette: #6c7a37 #76b764 #d49aed */
:root{--unique-water:#6c7a37;--unique-accent:#76b764;--unique-soft:#d49aed;}
body::after{content:'';position:fixed;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,#6c7a37,#76b764,#d49aed);pointer-events:none;opacity:.55;z-index:9999;}
