.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.show {
  display: block;
}
@font-face {
    font-family: 'Montserrat';
    /* src: url("{% static 'home/ttf/Montserrat/Montserrat-VariableFont_wght.ttf' %}") format('truetype'); */
    /* src: url("{% static 'home/ttf/Montserrat/Montserrat-VariableFont_wght.ttf' %}") format('truetype'); */
    /* src: url('ttf/Wreckout.ttf') format('truetype'); */
    src: url('ttf/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* If variable font supports range */
    font-style: normal;
    font-display: swap; /* Prevent invisible text while loading */
}
@font-face {
    font-family: 'Wreckout';
    /* src: url("{% static 'home/ttf/Montserrat/Montserrat-VariableFont_wght.ttf' %}") format('truetype'); */
    /* src: url("{% static 'home/ttf/Montserrat/Montserrat-VariableFont_wght.ttf' %}") format('truetype'); */
    src: url('ttf/Wreckout.ttf') format('truetype');
    /* src: url('ttf/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype'); */
    font-weight: 100 900; /* If variable font supports range */
    font-style: normal;
    font-display: swap; /* Prevent invisible text while loading */
}
