/**
* Theme Name: Fxvibe Child
* Description: This is a child theme of Fxvibe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: fxvibe
* Version: 1.0
*/
:root {
  --primary: #003399 !important;
  --primary-color: #003399 !important;
  --accent-color: #003399 !important;
}

/* override all main primary selectors */
a,
button,
.btn,
.btn-primary,
.header-btn,
.site-button {
  color: #YOURCOLOR !important;
  background-color: #YOURCOLOR !important;
  border-color: #YOURCOLOR !important;
}
