@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* import the fonts here using @import or they won't show up in the ADMIN STYLE dropdown */

/* Font helper block

Inter - variable font
font-family: "Inter", sans-serif;

Poppins - static font
.poppins 
  font-family: "Poppins", sans-serif;
  font-weight: 300, 400, 500, 600, 700
  
.oxygen-light 
  font-family: "Oxygen", sans-serif;
  font-weight: 300, 400, 700;

*/

/* EOF */