/*
 ======================================================================================================
 
    @VERSION			: 1.1.0
    @CREATED			: 20 AUG 2019
    @MODIFIED			: 20 APR 2024
    @DESIGNER			: Daniel C. K. Tan (danielcktan[at]gmail.com)
	@DESIGNER URI		: <https://www.danielcktan.sg>
    
    @FILE				: ~/css/fonts/fonts-user_template.css
	@TYPE				: Style Sheet
	@DESCRIPTION		: Custom Fonts for CMS Template
	   
 ======================================================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
:root {
	--font-family-heading   : 'Poppins', sans-serif;
	--font-family-body      : 'Poppins', sans-serif;
	--font-weight-light     : 300;
    --font-weight-regular   : 400;
    --font-weight-medium    : 500;
    --font-weight-semibold  : 600;
    --font-weight-bold      : 700;
}