/*
Theme Name: TA Theme 25
Theme URI: https://example.com/
Author: TeamArcs
Author URI: https://teamarcs.com/
Description: A lightweight WordPress theme built with Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: 
*/
:root {
  --bs-primary: #5f4cd4;     /* your new primary color */
  --bs-primary-rgb: 40,167,69;

  --bs-secondary: #6c757d;   /* new secondary color */
  --bs-secondary-rgb: 108,117,125;
}
.btn-outline-primary {
    --bs-btn-color: #5f4cd4;
    --bs-btn-border-color: #5f4cd4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5f4cd4;
    --bs-btn-hover-border-color: #5f4cd4;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5f4cd4;
    --bs-btn-active-border-color: #5f4cd4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5f4cd4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5f4cd4;
    --bs-gradient: none;
}
.no-img-bg{    --bs-bg-opacity: 1;
      background: linear-gradient(123deg, #5f4cd4 0.39%, #e277dc 99.61%);
  }

.entry-title a{
    color: #031740;
}
.nav-next a, .nav-previous a{}