/* Open Sans */   
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Source Sans Pro */   
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

/* Oranienbaum */
@import url('https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap');
   
    
/* FontAwesome Pro 5.14 */
@font-face {font-family: 'FontAwesome';
    src: url('fa-light-300.woff2') format('woff2'),
	     url('fa-light-300.woff') format('woff');
    font-weight: 300; font-style: normal;}
    
@font-face {font-family: 'FontAwesome';
    src: url('fa-regular-400.woff2') format('woff2'),
         url('fa-regular-400.woff') format('woff');
    font-weight: 400; font-style: normal;}	
	
@font-face {font-family: 'FontAwesome';
    src: url('fa-solid-900.woff2') format('woff2'),
         url('fa-solid-900.woff') format('woff');
    font-weight: 900; font-style: normal;}	
	
@font-face {font-family: 'FontAwesome';
    src: url('fa-brands-400.woff2') format('woff2'),
         url('fa-brands-400.woff') format('woff');
    font-weight: 400; font-style: normal;}  
