/home/moonrcjl/public_html/test/wp-content/themes/arsha/assets/scss/utils/_typography.scss
// font url

$font-url: (
    'https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'
);


// font family
$font-family: (
    'ff': ('body': '"DM Sans", sans-serif',
        'heading': '"Urbanist", sans-serif',
        'p': '"DM Sans", sans-serif',
        'fontawesome': '"Font Awesome 6 Pro"',
    )
);

// font size
$font-size: (
    'fz': ('body': 16px,
        'p': 16px,
    )
);