/**
 * Veno File Manager custom CSS
 */
 
 @font-face {
 font-family: gotham;
 font-style: normal;
 font-weight: 400;
 font-display: auto;
 src: url(https://www.er2image.com/wp-content/uploads/2023/09/Gotham-Book-2.woff) format('woff')
 }
 
  @font-face {
 font-family: gotham;
 font-style: normal;
 font-weight: 700;
 font-display: auto;
 src: url(https://www.er2image.com/wp-content/uploads/2023/09/Gotham-Bold-2.woff) format('woff')
 }
 
 body {
 font-family: gotham !important; }
