/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage FiveSquareBlocks
 */
:root {
  --fsb-color-foreground: #001F29;
  --fsb-color-background: #f8f8f8;
  --fsb-color-primary: #3d6271;
  --fsb-color-secondary: #e05a4a;
  --fsb-color-tertiary: #8dc1dc;
  --fsb-color-accent: #f7d2c0;
  --fsb-color-silver: #e6e6e6;
  --fsb-color-gold: #f7da96;
  --fsb-gold-h: 40;
  --fsb-gold-s: 82%;
  --fsb-gold-b: 82%; }

html #bbpress-forums {
  font-size: 1rem; }
  html #bbpress-forums ul.bbp-topics {
    font-size: .875rem;
    border: none; }
  html #bbpress-forums li.bbp-header {
    background: none;
    border: none; }
  html #bbpress-forums li.bbp-body ul.topic {
    border: none; }
  html #bbpress-forums li.bbp-footer {
    background: none; }
  html #bbpress-forums div.bbp-template-notice {
    background: var(--fsb-color-gold); }
    html #bbpress-forums div.bbp-template-notice.info {
      background: #dbebf4; }

li.bbp-topic-title .bbp-topic-permalink {
  font-size: 1rem;
  font-weight: 600; }

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 1rem; }

div.bbp-template-notice {
  padding: .125rem .5rem;
  border: none !important; }
  div.bbp-template-notice p,
  div.bbp-template-notice li {
    font-size: 1rem; }
