/* akkurat-regular - latin */
/* Taken from: http://fontsfree.net/akkurat-font-download.html */
@font-face {
  font-family: 'Akkurat';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/FontsFree-Net-Akkurat.ttf') format('truetype');
}


*{
    font-family: 'Akkurat' !important;
    font-style: normal;
}

/* This allows a cleaner background while the page is loading */
body {
    background-color: #FFF1E3 !important;
}


/* Properly define the date picker size */
.DateInput_input {
    font-size: 1rem !important;
}


/* Make sure the navbar dropdown menu is red */
#myDropdownMenu>a{
   color: #DC3E4D !important;
}
#myDropdownMenuInd>a{
    color: #DC3E4D !important;
 }

/* Make the edges non rounded */
.Select-control{
    border-radius: 0px !important;
}

.btn{
    border-radius: 0px !important;
}

/* Personalize the title text size for all plotly graphs */
.titletext{
    font-size: 18px !important;
}

/* Custom tags to uso on raw HTML */
sup-title {
    color: #724230;
    font-size: 30px;
}
scoreboard_economy {
    color: #724230;
    font-size: 20px;
    text-align: center; 
    vertical-align: middle;
}

scoreboard_social {
    color: #00664A;
    font-size: 20px;
    text-align: center; 
    vertical-align: middle;
}

scoreboard_govern {
    color: #DC3E4D;
    font-size: 20px;
}

big {
    font-size: 24px;
}
med {
    font-size: 20px;
}
small {
    font-size: 18px;
}