/*
    1)
      Font Name: Lexend
      Font URI: https://fonts.google.com/specimen/Lexend
    
    2)
      Font Name: Inter
      Font URI: https://fonts.google.com/specimen/Inter
    
    3)
      Font Name: Lexend
      Font URI: https://fonts.google.com/specimen/Poppins
*/

// Importing lexend, inter, and poppins from google fonts
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lexend:wght@300;400;500;600;700&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");

// Fonts \\

$font-lexend: "Lexend", sans-serif;
$font-inter: "Inter", sans-serif;
$font-poppins: "Poppins", sans-serif;

// Using Font \\
$font-family-primary: $font-lexend;
$font-family-secondary: $font-inter;
$font-family-body: $font-family-primary;
