@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@800&family=Gothic+A1:wght@400;500&display=swap');

body.page-toilet-drain-clog-fiber main {
  --c-main: hsl(64 46% 33%);
  --c-sec: hsl(64 22% 88%);
  --bg: hsl(68 16% 97%);
  --fd: 'Gothic A1', serif;
  --fb: 'Gothic A1', sans-serif;
  --radius: 6px;
  background: var(--bg);
  font-family: var(--fb);
}

body.page-toilet-drain-clog-fiber main .content-stream { max-width: 620px; }
body.page-toilet-drain-clog-fiber main .content-stream article p { line-height: 1.9; }
