/* Rany - chỉ Latin cơ bản; tiếng Việt dùng Poppins qua font stack */
@font-face {
	font-family: 'Rany';
	src: url('../fonts/Rany.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0020-007E;
}

@font-face {
	font-family: 'Rany Medium';
	src: url('../fonts/Rany-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0020-007E;
}

@font-face {
	font-family: 'Rany Bold';
	src: url('../fonts/Rany-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0020-007E;
}
