/* Adding a new English font family needs to keep "public\fonts\fonts.ts" in sync */
/* Monospace Fonts */
@font-face {font-family: "CourierPrime"; src: url("/fonts/CourierPrime-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "CourierPrime"; src: url("/fonts/CourierPrime-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}

/* Sans Serif Fonts */
@font-face {font-family: "Roboto"; src: url("/fonts/Roboto-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "Roboto"; src: url("/fonts/Roboto-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Lato"; src: url("/fonts/Lato-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "Lato"; src: url("/fonts/Lato-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Montserrat"; src: url("/fonts/Montserrat-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "Montserrat"; src: url("/fonts/Montserrat-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}
@font-face {font-family: "OpenSans"; src: url("/fonts/OpenSans-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "OpenSans"; src: url("/fonts/OpenSans-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}
@font-face {font-family: "Raleway"; src: url("/fonts/Raleway-Regular.ttf") format("truetype"); font-display: swap;}
@font-face {font-family: "Raleway"; src: url("/fonts/Raleway-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap;}

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