<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
@font-face {
  font-family: 'MicroSquare Regular'; /* Name the font family as you wish */
  src: url('https://michaelbeny.com/wp-content/uploads/2025/12/MicroSquare-Regular.ttf?#iefix') format('embedded-opentype'),
             url('https://michaelbeny.com/wp-content/uploads/2025/12/MicroSquare-Regular.ttf') format('truetype'),
     
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Distancia-regular'; /* Choose a name for your font */
  src: url('https://michaelbeny.com/wp-content/uploads/2025/12/Distancia-500-Regular-TheFontsMaster.com_.otf') format('opentype'); /* Specify the path and format */
  font-weight: normal; /* Define weight and style if applicable */
  font-style: normal;
}

@font-face {
  font-family: 'Distancia-thin'; /* Choose a name for your font */
  src: url('https://michaelbeny.com/wp-content/uploads/2025/12/Distancia-100-Thin-TheFontsMaster.com_.otf') format('opentype'); /* Specify the path and format */
  font-weight: normal; /* Define weight and style if applicable */
  font-style: normal;
}</style>
<!-- end Simple Custom CSS and JS -->
