/* Adding a new English font family needs to keep "public\fonts\fonts.ts" in sync */
/* Sans Serif Fonts */
@font-face {font-family: "Roboto"; src: url("/fonts/Roboto-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Roboto"; src: url("/fonts/Roboto-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Lato"; src: url("/fonts/Lato-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Lato"; src: url("/fonts/Lato-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Montserrat"; src: url("/fonts/Montserrat-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Montserrat"; src: url("/fonts/Montserrat-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "OpenSans"; src: url("/fonts/OpenSans-Regular.ttf"); font-display: swap;}
@font-face {font-family: "OpenSans"; src: url("/fonts/OpenSans-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Raleway"; src: url("/fonts/Raleway-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Raleway"; src: url("/fonts/Raleway-Bold.ttf"); font-weight: bold; font-display: swap;}

/* Serif Fonts */
@font-face {font-family: "Caladea"; src: url("/fonts/Caladea-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Caladea"; src: url("/fonts/Caladea-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Lora"; src: url("/fonts/Lora-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Lora"; src: url("/fonts/Lora-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "RobotoSlab"; src: url("/fonts/RobotoSlab-Regular.ttf"); font-display: swap;}
@font-face {font-family: "RobotoSlab"; src: url("/fonts/RobotoSlab-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "PlayfairDisplay"; src: url("/fonts/PlayfairDisplay-Regular.ttf"); font-display: swap;}
@font-face {font-family: "PlayfairDisplay"; src: url("/fonts/PlayfairDisplay-Bold.ttf"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Merriweather"; src: url("/fonts/Merriweather-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Merriweather"; src: url("/fonts/Merriweather-Bold.ttf"); font-weight: bold; font-display: swap;}

/* Display/Script Fonts (Local additions) */
@font-face {font-family: "Italianno"; src: url("/fonts/Italianno-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Berkshire Swash"; src: url("/fonts/BerkshireSwash-Regular.ttf"); font-display: swap;}
@font-face {font-family: "Streetwear"; src: url("/fonts/Streetwear.otf"); font-display: swap;}
@font-face {font-family: "Chopin Script"; src: url("/fonts/ChopinScript.ttf"); font-display: swap;}
@font-face {font-family: "Canterbury"; src: url("/fonts/Canterbury.ttf"); font-display: swap;}
@font-face {font-family: "Facon"; src: url("/fonts/Facon.ttf"); font-display: swap;}

/* Hindi Fonts (Devanagari) */
/* Using a curated set for readability and solemn tone */
@font-face {font-family: "AMS Aakul 3"; src: url("/fonts/Hindi Fonts/AMS Aakul 3.ttf"); font-display: swap;}
@font-face {font-family: "AMS Lekhan 1"; src: url("/fonts/Hindi Fonts/AMS Lekhan 1.ttf"); font-display: swap;}
@font-face {font-family: "AMS Gourav"; src: url("/fonts/Hindi Fonts/AMS Gourav.ttf"); font-display: swap;}
@font-face {font-family: "AMS Kirti"; src: url("/fonts/Hindi Fonts/AMS Kirti.ttf"); font-display: swap;}
@font-face {font-family: "AMS Kashi"; src: url("/fonts/Hindi Fonts/AMS Kashi.ttf"); font-display: swap;}
