/* Define the font family - CORRECTED VERSION */
@font-face {
  font-family: 'm6x11plus';
  src: url('fonts/m6x11plus.eot');
  src: url('fonts/m6x11plus.eot?#iefix') format('embedded-opentype'),
       url('fonts/m6x11plus.woff2') format('woff2'),
       url('fonts/m6x11plus.ttf') format('truetype'),
       url('fonts/m6x11plus.svg#m6x11plus') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Main text styling */
body {
  color: #222222;
  font-family: 'm6x11plus', monospace;
  line-height: 1.6;
  
    /* Add white border around text */
  -webkit-text-stroke: .2px white; /* For Chrome/Safari */
  -text-stroke: .5px white; /* Standard property */
  
  /* Optional: text shadow for better visibility */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  font-size: 40px;
  
  
  
  
  
}





/* Headings */
h1, h2, h3 {
  color: #0066cc;
  font-family: 'm6x11plus', monospace;
}

/* Special class for colorful text */
.highlight {
  color: #ff5500;
  font-family: 'm6x11plus', monospace;
}