import {loadFonts} from './base';

export const getInfo = () => ({
	fontFamily: 'Pridi',
	importName: 'Pridi',
	version: 'v15',
	url: 'https://fonts.googleapis.com/css2?family=Pridi:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700',
	unicodeRanges: {
		thai: 'U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC',
		vietnamese:
			'U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB',
		'latin-ext':
			'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
		latin:
			'U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
	},
	fonts: {
		normal: {
			'200': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1SiH0wT0CEAg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1SiH0rT0CEAg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1SiH0qT0CEAg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1SiH0kT0A.woff2',
			},
			'300': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc02i30wT0CEAg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc02i30rT0CEAg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc02i30qT0CEAg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc02i30kT0A.woff2',
			},
			'400': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDQZG5JnZLfkcWJqWgbbg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDQZG5JnZLfkcWSqWgbbg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDQZG5JnZLfkcWTqWgbbg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDQZG5JnZLfkcWdqWg.woff2',
			},
			'500': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1uin0wT0CEAg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1uin0rT0CEAg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1uin0qT0CEAg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1uin0kT0A.woff2',
			},
			'600': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1CjX0wT0CEAg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1CjX0rT0CEAg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1CjX0qT0CEAg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc1CjX0kT0A.woff2',
			},
			'700': {
				thai: 'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc0mjH0wT0CEAg.woff2',
				vietnamese:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc0mjH0rT0CEAg.woff2',
				'latin-ext':
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc0mjH0qT0CEAg.woff2',
				latin:
					'https://fonts.gstatic.com/s/pridi/v15/2sDdZG5JnZLfkc0mjH0kT0A.woff2',
			},
		},
	},
	subsets: ['latin', 'latin-ext', 'thai', 'vietnamese'],
});

export const fontFamily = 'Pridi' as const;

type Variants = {
	normal: {
		weights: '200' | '300' | '400' | '500' | '600' | '700';
		subsets: 'latin' | 'latin-ext' | 'thai' | 'vietnamese';
	};
};

export const loadFont = <T extends keyof Variants>(
	style?: T,
	options?: {
		weights?: Variants[T]['weights'][];
		subsets?: Variants[T]['subsets'][];
		document?: Document;
		ignoreTooManyRequestsWarning?: boolean;
	},
) => {
	return loadFonts(getInfo(), style, options);
};
