@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,600;0,700;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,600&display=swap');

            /* 
            font-family: 'Josefin Sans', sans-serif;
            font-family: 'Source Sans Pro', sans-serif;
            
            <link rel="preconnect" href="https://fonts.googleapis.com">
            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
            <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,600;0,700;1,400;1,600&display=swap" rel="stylesheet">

            <link rel="preconnect" href="https://fonts.googleapis.com">
            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
            <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,600&display=swap" rel="stylesheet">

            */

            h1 {  
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 700;
                font-size: 45px;
                line-height: 150%;
                color: #fefefe;
                text-shadow: 2px 2px 8px #363636;
                max-width: 440px;
            }
            h2 {
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 400;
                font-size: 24px;
                line-height: 150%;
                color: #fefefe;
                letter-spacing: .5px;
                text-shadow: 2px 2px 8px #363636;
                max-width: 500px;
            }
            h3 {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 700;
                font-size: 2px;
                line-height: 150%;
                color: #6e6e6e;
                letter-spacing: 1.5px;
            }
            h4 {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 700;
                font-size: 24px;
                line-height: 150%;
                color: #6e6e6e;
                letter-spacing: .5px;
            }
            .paragraph-normal p {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 500;
                font-size: 19px;
                line-height: 150%;
                color: #6e6e6e;
            }
            .paragraph-small p {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                color: #6e6e6e;
            }
            li {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 500;
                font-size: 20px;
                line-height: 160%;
                color: #6e6e6e;
            }
            .paragraph-smallest p {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 400;
                font-size: 16px;
                font-style: italic;
                line-height: 100%;
                color: #6e6e6e;
            }
            .link-main a {
                font-family: 'Josefin Sans', sans-serif;
                font-weight: 600;
                font-size: 19px;
                font-style: italic;
                line-height: 150%;
                color: #6e6e6e;
            }
            .link-secondary a {
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                font-size: 16px;
                line-height: 200%;
                color: #3d3d3d;
                text-decoration: none;
            }
            .link-nav a {
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 400;
                font-size: 17px;
                line-height: 150%;
                color: #6e6e6e;
                text-decoration: none;
                text-align: right;
            }
            .link-nav :hover {
                color: #212121;
                font-weight: 600;
                transition: .5s;
            }
            .address a {
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                font-size: 16px;
                font-style: italic;
                line-height: 150%;
                color: #3d3d3d;
            }

            a {
                text-decoration: none;
                color: #212121;
            }
            a :hover {
                color: #6e6e6e;
            }
