 /* Main Header,
 Sub Title and Paragraph Fonts 
 font-family: 'Koulen',
 cursive;
 font-family: 'Oswald',
 sans-serif;
 font-family: 'Roboto Condensed',
 sans-serif; 
 
font-family: 'Jost', sans-serif;
font-family: 'Judson', serif;
font-family: 'Inter', sans-serif;

 
 */

 @import url('https://fonts.googleapis.com/css2?family=Koulen&family=Oswald:wght@300&family=Roboto+Condensed:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

 ::selection {
    background: rgb(70, 70, 70);
    color: #fff;
 }

 body,
 p {
    /* font-family: 'Roboto Condensed',
       sans-serif; */
font-family: 'Inter', sans-serif;
 }

 h3 {
    /* font-family: 'Koulen',
       cursive; */
font-family: 'Jost', sans-serif;

 }

 h4 {
    font-family: 'Oswald',
       sans-serif;
 }