@font-face {
    font-family: 'Beauty';
    src: url('/fonts/Beauty.eot');
    src: url('/fonts/Beauty.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Beauty.woff2') format('woff2'),
         url('/fonts/Beauty.woff') format('woff'),
		url('/fonts/Beauty.otf')  format('truetype'),
         url('/fonts/Beauty.svg#Beauty') format('svg');
	font-weight: normal;
     font-style: normal;
	font-display: swap;
}