	@font-face {
    			font-family: 'Monomakh';
      			src: url('../wp-content/plugins/wp-webgl/}fonts/monomakh-400.woff2') format('woff2');
      			font-weight: 400;
      			font-style: normal;
	}
	@font-face {
      			font-family: 'Zen Dots';
        src: url('../wp-content/plugins/wp-webgl/fonts/ZenDots-Regular.ttf') format('truetype');
      			font-weight: 400;
      			font-style: normal;
	}
			
	.canvas-container {
  				display: inline-flex;			/* Enables Flexbox layout but the inline part means the parent to take on the width and height of its children*/
  				align-items: flex-start; 		/* Aligns items to the top of the container */
				justify-content: left;
  				gap: 2px; 						/* Adds space between the canvases */
				width: 100%; 					/* Ensure the container takes up full width */
				background-color: white;
				color: black;					/* Font Color */
				overflow: hidden;
	}

	#webgllogo {
			 	width: 100%;
			 	height: 100%;
			 	max-height: 340px;
				padding: 0;
	}