    @font-face {
        font-family: 'Cherry Bomb One';
        src: url('ttf/CherryBombOne-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }	
	
    .cherry-bomb-one-regular {
      font-family: "Cherry Bomb One", system-ui;
      font-weight: 400;
      font-style: normal;
      font-size: 50px;
	  color: #009900;
    }
	
	.cherry-bomb-one-corner {
      font-family: "Cherry Bomb One", system-ui;
      font-weight: 400;
      font-style: normal;
      font-size: 35px;
	  color: #009900;
    }