@font-face {
    font-family: roboto;
    src: url("./Roboto/Roboto-Regular.ttf");
}

body{
    font-family: roboto !important;
    scroll-behavior: smooth;
    /* overflow: hidden; */
    /* background-color: #e9e9e9e9; */
}

h1{
    font-weight: bold;
    font-size: 30px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 30px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  #preview1.d-none  + button, #preview2.d-none + button {
    display: none !important;
  }