/*
Theme Name: LuckyMe Immobilien
Author: LuckyMe Immobilien
Version: 1.0
Text Domain: luckyme-immobilien
*/

:root {
  --navy: #17375E;
  --gold: #C9A227;
  --white: #ffffff;
  --light: #f6f7f9;
  --green: #4F8A5B;
  --radius: 14px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--white);
  color: #222;
}

a {
  text-decoration: none;
  color: inherit;
}