/*
Theme Name: BRIOSA Child
Template: hello-elementor
Description: Child Theme für BRIOSA Logistik – basierend auf Hello Elementor
Version: 1.1.6
Text Domain: briosa-child
*/

:root {
  --petrol: #1C3A42;
  --petrol-deep: #152E34;
  --cream: #F2EDE4;
  --warm: #E8E0D4;
  --gold: #B49A6A;
  --gold-light: #C8AE7E;
  --mid: #7A756D;
  --grotesk: 'Space Grotesk', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

body {
  font-family: var(--grotesk);
  color: var(--petrol);
  background: var(--cream);
  overflow-x: hidden;
}

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