
 @font-face {
      font-family: 'Inter';
      src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Inter';
      src: url('./fonts/inter-v20-latin-500.woff2') format('woff2');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Inter';
      src: url('./fonts/inter-v20-latin-600.woff2') format('woff2');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Inter';
      src: url('./fonts/inter-v20-latin-700.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }



    body {
      font-family: 'Inter', Arial, sans-serif;
      background: var(--bg);
      color: #FFF;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
	
	.changelog-title h5 {
		font-size: 1.50rem;
	}
	.wp-block-paragraph{
		margin-block-end: 8px;
		margin-block-start: 12px;
	}
	.changelog-list{
		margin-bottom: 40px;
	}