@font-face {
      font-family: 'MSSansSerif1'; /* Give your font a name */
      src: url('font/ms-sans-serif-1.otf.woff2') format('woff2'), /* Path to your font file */
           url('font/ms-sans-serif-1.ttf') format('ttf'); /* Include multiple formats for broader compatibility */
      font-weight: normal; /* Optional: define font weight */
      font-style: normal; /* Optional: define font style */
      font-display: swap; /* Optional: control font loading behavior */
    }
    
body {
    background-color: #cccccc;
    font-family: "MSSansSerif1";
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}