@font-face {
    font-family: 'custom';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Alpino-Black.woff2") format('woff2');
  }

main {
    /* display: none !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
#testFont{
    font-family: custom, sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.attachment-thumbnail{
    object-fit: contain !important;
}