/**
* Theme Name: Bevesi Child
* Description: This is a child theme of Bevesi, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bevesi
* Version: 1.0.6
*/
:root {
  --primary-color: #3498db;
}

body {
  background-color: var(--primary-color); /* Example */
}

a,
button {
  color: var(--primary-color); /* Example */
}
body {
    background-color: #ffffff;
}
