/*
Theme Name: Soft Mozart Lebanon
Theme URI: https://softmozartlebanon.local
Author: Soft Mozart Lebanon
Description: Lightweight Elementor-ready WordPress theme for Soft Mozart Lebanon.
Version: 1.0
License: GPLv2 or later
Text Domain: soft-mozart-lebanon
*/

:root {
  --sm-orange: #D67A2A;
  --sm-dark: #111111;
  --sm-soft: #FFF8F0;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--sm-dark);
  background: #ffffff;
}

a {
  color: var(--sm-orange);
}

.elementor-button {
  border-radius: 28px;
}
