\r
This Font Software is licensed under the SIL Open Font License, Version 1.1.\r
This license is copied below, and is also available with a FAQ at:\r
-http://scripts.sil.org/OFL\r
+https://openfontlicense.org\r
\r
\r
-----------------------------------------------------------\r
src: url("assets/fonts/Poppins/Poppins-Regular.ttf");\r
}\r
\r
+ @font-face {\r
+ font-family: "Poppins";\r
+ font-style: italic;\r
+ font-weight: 400;\r
+ font-display: swap;\r
+ src: url("assets/fonts/Poppins/Poppins-Italic.ttf");\r
+ }\r
+\r
+ @font-face {\r
+ font-family: "Poppins";\r
+ font-style: normal;\r
+ font-weight: 600;\r
+ font-display: swap;\r
+ src: url("assets/fonts/Poppins/Poppins-SemiBold.ttf");\r
+ }\r
+\r
+ @font-face {\r
+ font-family: "Poppins";\r
+ font-style: italic;\r
+ font-weight: 600;\r
+ font-display: swap;\r
+ src: url("assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf");\r
+ }\r
+\r
body {\r
--theme-brand: 248 166 107;\r
--theme-background: 255 255 255;\r