@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
  --font-family: "Bebas Neue",sans-serif;
  --brand-logo: url("https://thumbs.paysite.com/assets/ai-logo/goddesslilith.paysite.com/1778534003164_32c96539.png");
  --color-base-100: #1a1a1a;
  --color-base-200: #0f0f0f;
  --color-base-300: #000000;
  --color-base-content: #FFFFFF;
  --color-primary: #C41E3A;
  --color-primary-content: #FFFFFF;
  --color-secondary: #FFB81C;
  --color-secondary-content: #000000;
  --radius-selector: 0.5rem;
  --radius-field: 0.5rem;
  --radius-box: 0.8rem;
  --size-selector: 2px;
  --size-field: 2px;
  --size-grid-item-margin: 15px;
  --border-border: 3px;
  --depth-depth: 2;
  --noise-noise: 1;
}


/* Layout: home */
:root {
}
@media (min-width: 375px) {
  :root {
    --items-featured-per-row: 1;
  }
}
@media (min-width: 768px) {
  :root {
    --items-featured-per-row: 2;
  }
}
@media (min-width: 1024px) {
  :root {
    --items-featured-per-row: 3;
  }
}
@media (min-width: 1440px) {
  :root {
    --items-featured-per-row: 6;
  }
}


/* Theme CSS Overrides */
/* [2026-05-12 01:55] modify the site font family to use Golos Text, and set the font weight to 400 for normal text and 700 for headings. */

.ps-body {
  --font-family: 'Golos Text', sans-serif;
  font-family: var(--font-family);
  font-weight: 400;
}

.ps-body h1,
.ps-body h2,
.ps-body h3,
.ps-body h4,
.ps-body h5,
.ps-body h6,
.section-header,
.perks-titles,
.perks-cta-title {
  font-weight: 700;
}