/* Architecht's Daughter handwriting font 
   by Kimberly Geswein
   SIL Open Font license
   via https://fontlibrary.org/en/font/architect-s-daughter 
*/
@font-face {
    font-family: "ArchitectsDaughterRegular";
    src: url("./ArchitectsDaughterRegular.ttf") format("truetype");
}

/* Pangolin handwriting font
   by Kevin Burke
   SIL Open Font License
   via Google Fonts https://fonts.google.com/specimen/Caveat
*/
@font-face {
    font-family: "Pangolin";
    src: url("./Pangolin-Regular.ttf") format("truetype");
}

/* Caveat handwriting font
   by Impallari Type
   Variable font
   SIL Open Font License
   via Google Fonts https://fonts.google.com/specimen/Caveat
*/
@font-face {
    font-family: "CaveatRegular";
    src: url("./Caveat-Regular.ttf") format("truetype");
}
