/*
Theme Name: Beidouxin
Theme URI: https://www.san168.com/
Description: Child theme for Kadence.
Author: Allen
Author URI: https://www.san168.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/
.cx-header.elementor-sticky--active{
    background: rgba(255, 166, 74, 0.72);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

:root{
    --global-body-font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}