/* ═══════════════════════════════════════════════════════════════
   reset.css — Squarespace layout overrides + custom @font-face
   ═══════════════════════════════════════════════════════════════ */

#canvas,
  #page,
  #preFooter,
  #sections,
  #site,
  #siteWrapper,
  .Index,
  .Index-page,
  .content-inner,
  .content-wrapper,
  .main-content,
  .page-section,
  .section-background,
  .section-border,
  .sqs-block,
  .sqs-block-code,
  .sqs-block-code-content,
  .sqs-block-content,
  .sqs-block-html,
  .sqs-col-12,
  .sqs-content,
  .sqs-layout,
  .sqs-main-content,
  .sqs-page,
  .sqs-page-content,
  .sqs-row,
  .sqs-section,
  .sqs-section-background,
  .sqs-section-content,
  .sqs-site-wrapper,
  [data-section-theme] {
    background-color: transparent !important;
    background-image: none !important
  }

  .page-section,
  [data-section-id] {
    background-color: transparent !important
  }

  .page-section .content-wrapper,
  .page-section .section-background,
  .page-section .section-border {
    background-color: transparent !important;
    background-image: none !important
  }

@font-face {
    font-family: Mostwasted;
    src: url('https://raw.githubusercontent.com/D0Il/Doll/main/Mostwasted.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }

  @font-face {
    font-family: Sprayerz;
    src: url('https://raw.githubusercontent.com/D0Il/Doll/main/SprayerzDEMO-B85.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }
