
/****** BACKGROUND COLORS *****/

.gold-background {
  background-color: #ffb703 !important;
}
.orange-background {
  background-color: #fb8500 !important;
}
.blue-background {
  background-color: #219ebc !important;
}
.lightblue-background {
  background-color: #8ecae6 !important;
}
.darkblue-background {
  background-color: #023047 !important;
}
.darkblue-color {
  color: #023047 !important;
}
.orange-color {
  color: #fb8500 !important;
}

.navbar_background {
  background-color: #8ecae6 !important;
}

.strategery_background {
    background-color: #ffffff;

	}

/****** FONTS *****/

@font-face {
  font-family: 'poppins'; 
  src: url('fonts/Poppins-Regular.ttf') format('truetype'); 
}
.poppins-font {
    font-family: 'poppins', sans-serif; 
}

@font-face {
  font-family: 'poppins-light'; 
  src: url('fonts/Poppins-Light.ttf') format('truetype'); 
}
.poppins-light-font {
    font-family: 'poppins-light', sans-serif; 
}

@font-face {
  font-family: 'poppins-bold'; 
  src: url('fonts/Poppins-Bold.ttf') format('truetype'); 
}
.poppins-bold-font {
    font-family: 'poppins-bold', sans-serif; 
}

@font-face {
  font-family: 'luckiestguy'; 
  src: url('fonts/LuckiestGuy-Regular.ttf') format('truetype'); 
}
.luckiestguy-font {
    font-family: 'luckiestguy', sans-serif; 
}

/***** BUTTONS *****/
/* use in combination with ui-button and ui-widget */
.small-button {
    font-size: .8em !important; /* Smaller text */
    padding: 3px 8px; /* Reduced padding around the text */
    /*line-height: 1.0; /* Decreased line height for a more compact button */
}