/**
 * Theme Name: San Antonio Buddhist Vihara - Template
 * Version: 1.0
 * Author: Sudaraka Wijesinghe <sudaraka@sudaraka.org>
 * Author URI: https://sudaraka.org/
 *
 * Description: Based on <a href="https://themeforest.net/item/nativechurch-multi-purpose-wordpress-theme/7082446" target="_newWin">Native Church</a>, under <a href="https://themeforest.net/licenses/terms/regular" target="_newWin">ThemeForest Regular License</a>.
 *
 */

@import url('css/bootstrap.css');
@import url('css/style.css');

body {
  background-color: var(--primary-bg);
}

.btn-primary {
  background-color: var(--hot-color);
  border-color: var(--hot-color-darker);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--link-text-hot);
  border-color: #560e0f;
}
