@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&display=swap');

/* h1 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 92px;
    padding: 80px 50px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
  } */
  .elegantshadow {
    color: #131313;
    /* background-color: #e7e5e4; */
    /* letter-spacing: 0.1em; */
    font-weight: 900 !important;
    text-shadow: 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222;
  }
  .deepshadow {
    color: #e0dfdc;
    font-weight: 900 !important;
    /* background-color: #333; */
    /* letter-spacing: 0.1em; */
    text-shadow: 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222;
  }
  .insetshadow {
    color: #202020;
    /* background-color: #2d2d2d; */
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
  }
  .retroshadow {
    color: #FDB813 !important;
    /* background-color: #d5d5d5; */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic;
    font-size: 50px !important;
    /* text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2); */
  }
  .ml2 {
    font-weight: 900;
    font-size: 3.5em;
    
  }
  .ml2 .letter {
    display: inline-block !important;
    line-height: 1em;
  }