﻿/* fonts.css */

:root {
	--font-family-primary: 'Questrial', sans-serif;
	--font-family-secondary: 'Kanit', sans-serif;
	--font-family-heading: 'Arial-Black', sans-serif;
	--font-family-fallback: 'Arial', sans-serif;
}

:root {
	--font-size-base: 16px;
	--font-size-text: 12px;
	--font-size-footer: 14px;
	--font-size-header: 16px;
	--font-size-h1: 84px;
	--font-size-h2: 32px;

}

:root {
	--font-weight-extra-light: 100;
	--font-weight-lighter: 200;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-regular-bold: 500;
	--font-weight-bold: 600;
	--font-weight-bolder: 700;
	--font-weight-extra-bold: 800;
	--font-weight-black: 900;
}