/*
Theme Name: Far Near Media
Author: 100k Studio
Author URI: https://100k.studio
Description: Far Near Media
Version: 1.1.6
*/

@font-face {
	font-family: 'Font 1 Regular';
	src: url('assets/fonts/font-1/regular.woff2') format('woff2'), url('assets/fonts/font-1/regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Frontend Styles for Source Han Serif */

/* Font face declarations for individual WOFF files */
@font-face {
	font-family: 'Source Han Serif CN';
	src: url('./fonts/SourceHanSerifCN-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Han Serif JP';
	src: url('./fonts/SourceHanSerifJP-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Han Serif KR';
	src: url('./fonts/SourceHanSerifKR-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Chinese */
._chinese,
.chinese_simplified {
	font-family: 'Source Han Serif CN', serif !important;
}

/* Japanese */
._japanese {
	font-family: 'Source Han Serif JP', serif !important;
}

/* Korean */
._korean {
	font-family: 'Source Han Serif KR', serif !important;
}
