/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/

.site-logo img {
    width: 70px !important;
}

.text-dark {
    color : #373655;
}

.text-pink {
    color : #DD5762;
}
.bg-grey{
    background-color: #D9D9D9;
}
.bg-pink{
    background-color : #DD5762;
}
.bg-sky {
    background-color : #5DD3C7;
}

.mobile-menu {
    z-index : 10000000000000000 !important;
}


