/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root[data-brx-theme="dark"],
html[data-brx-theme="dark"] {
  --background: #0f0e12 !important;
  --foreground: #fdfcf8 !important;
  --primary: #fdfcf8 !important;
  --muted: #36302d !important;
  --muted-foreground: #bfb8b5 !important;
  --card: #2a2420 !important;
  --button-secondary-bg: #0f0e12 !important;
  --button-secondary-text: #fdfcf8 !important;
  --button-secondary-border: #36302d !important;
  --button-secondary-hover: #36302d !important;
  --card-bg: #2a2420 !important;
  --card-border: #36302d !important;
  --card-title: #fdfcf8 !important;
  --card-surface-bg: #36302d !important;
  --section-bg-default: #0f0e12 !important;
  --section-bg-subtle: #36302d !important;
  --section-border: #36302d !important;
  --nav-bg: #0f0e12 !important;
  --nav-text: #bfb8b5 !important;
  --nav-border: #36302d !important;
  --text-primary: #fdfcf8 !important;
  --text-secondary: #bfb8b5 !important;
}