/*
Theme Name: onl nepali Online
Theme URI: https://anzshopping.store/
Author: vertexwebsurf Team
Author URI: https://vertexwebsurf.com/
Description:
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onl
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
  --bs-font-sans-serif: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-danger: #E44987;
  --bs-info-rgb: 111, 210, 205;
	--bs-success: #E44987;
	--bs-success-rgb: 28, 96, 121;
	--bs-body-font-size: 14px;
}

.btn-danger{
    background-color: var(--bs-danger);
	border-color: var(--bs-danger); 
}
.text-danger{
	color: var(--bs-danger);
}

.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border:0;
    border-radius: 100px;
}