
/* OVERRIDES */
h2{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important; /* Adjust this based on your needs */
	text-transform: none !important;
}

.upcoming-event-counter{
	background-color: #ffffff !important;
}

/* FONTS */
.urRobotoMedium {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important; /* Adjust this based on your needs */
}

.urGlow {
    background-color: rgba(51, 51, 51, 0.2); /* Adjust the opacity for desired glow intensity */
    -webkit-text-fill-color: #fff; /* For Safari */
    -moz-text-fill-color: #fff; /* For Firefox */
    color: transparent;
}

.urShadow {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7) !important;
}

/* Colors */
.urWhite{
	color: #ffffff !important;
}

.urBgWhite{
	color: #ffffff !important;
}

.urYellow{
	color: #FFFF00 !important;
}

.urBlack{
	color: #000000 !important;
}

/* Font Sizes */
.ur24pt{
	font-size: 24pt !important;
}

.ur32pt{
	font-size: 32pt !important;
}

/* PADDING */
.urProfilePadding{
	padding-left: 25px !important;
	padding-right: 25px !important;
}
