/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.font-arial {
  font-family: "Arial", "Helvetica", sans-serif;
}
.font-arial_black {
  font-family: "Arial Black", "Gadget", sans-serif;
}
.font-comic_sans {
  font-family: "Comic Sans MS", cursive, sans-serif;
}
.font-courier {
  font-family: "Courier New", "Courier", monospace;
}
.font-georgia {
  font-family: "Georgia, serif";
}
.font-impact {
  font-family: "Impact", "Charcoal", sans-serif;
}
.font-lato {
  font-family: "Lato";
}
.font-lucida_console {
  font-family: "Lucida Console", "Monaco", monospace;
}
.font-lucida_sans {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.font-news_cycle {
  font-family: "News Cycle";
}
.font-noto {
  font-family: "Noto Sans";
}
.font-opensans {
  font-family: "Open Sans";
}
.font-palatino {
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}
.font-roboto {
  font-family: "Roboto";
}
.font-times_new_roman {
  font-family: "Times New Roman", "Times", serif;
}
.font-trebuchet {
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
}
.dropdown-menu {
    z-index: 1050;
}
