/*
Theme Name: Belabrisa Child
Theme URI: https://belabrisarefugio.com.br
Description: Child theme da Lupa Websites para o projeto Belabrisa Refúgio.
Author: Lupa Websites
Template: hello-elementor
Version: 1.0.3
Text Domain: belabrisa-child
*/

:root {
  --bb-green-dark: #26331f;
  --bb-green: #34492f;
  --bb-green-soft: #6b7560;
  --bb-cream: #f6f1e6;
  --bb-cream-2: #f3efe4;
  --bb-gold: #cdbb8f;
  --bb-text: #2c3a24;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bb-cream);
  color: var(--bb-text);
  font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bb-serif,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

::selection {
  background: var(--bb-green);
  color: var(--bb-cream);
}
