/*
 ======================================================================================================
 
    @VERSION			: 1.0.0
    @CREATED			: 15 DEC 2020
    @MODIFIED			: 11 JAN 2021
    @DESIGNER			: Daniel C. K. Tan
    
    @FILE				: ~/css/fonts.css
	@TYPE				: Style Sheet
	@DESCRIPTION		: CSS3 Fonts
	   
 ======================================================================================================
*/

/* TOC
=======================================================================================================
	#0 Imported Fonts
	#1 FontAwesome
*/


/* ----------------------------------------------------------------------------------------------------
   #0 Imported Fonts
/* ----------------------------------------------------------------------------------------------------
   Import from Google Font (https://fonts.google.com/)
   font-family: 'Raleway', sans-serif;
   font-family: 'Open Sans', sans-serif;
   font-family: 'Caveat', cursive;
/* ----------------------------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Raleway:wght@300;600;700&family=Caveat&display=swap');
@import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css');
