:root{
    --roundel-blue: #263042;   /* primary deep blue */
    --brick-red:   #B8564B;   /* muted red for CTAs */
    --raf-yellow:  #D9A900;   /* mustard/yellow for accents */
    --olive-muted: #9AA07F;   /* camouflage/olive block */
    --paper:       #F7F2EA;   /* off-white background */
    --muted-dark:  #2b3b47;   /* dark text */
  }

.allerta-stencil-regular {
    font-family: "Allerta Stencil", sans-serif  !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }

.racing-sans-one {
  font-family: "Racing Sans One", sans-serif  !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.black-ops-one {
  font-family: "Black Ops One", sans-serif  !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.hr-yellow {
    border: 0;
    width: 100%;
    color: #FFCC00;
    background-color: #D9A900;
    height: 5px;    
    margin:0;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
}

.hr-red {
    border: 0;
    width: 100%;
    color: #B8564B; /* brick red */
    background-color: #B8564B;
    height: 5px;    
    margin:0;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
}

.hr-gray {
  border: 0;
  width: 100%;
  color: #FFCC00;
  background-color: #263244; /*blue //#828261; //666633 green //#D4AF19 yellow; */
  height: 6px;  
  opacity:.75;
  margin:0;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
}

.flattened-text {
  transform: scaleY(0.7); /* Reduces the vertical scale to 50% */
  transform-origin: center center; /* Ensures scaling happens from the center */
}