@font-face {
    font-family: 'bella fashion regular';
    src: url(../font/bella-fashion.ttf);
  }

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * peachy-keen-jf:
 *   - http://typekit.com/eulas/00000000000000003b9ada86
 *
 * © 2009-2020 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-11-16 04:55:38 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=avo0uro&ht=tk&f=28164&a=28620377&app=typekit&e=css");

@font-face {
font-family:"peachy-keen-jf";
src:url("https://use.typekit.net/af/12856b/00000000000000003b9ada86/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/12856b/00000000000000003b9ada86/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/12856b/00000000000000003b9ada86/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
    font-family: 'avenir-light';
    src: url(../font/avenir-light.otf);
}

.alt-head {
    font-family: 'bella fashion regular';
    color: #1B7BBC;
    text-shadow: 2px 2px 0px #F5CEC6;
}

.primary-head {
    font-family: 'peachy-keen-jf';
}

h1 {
    font-size: 45px;
    padding: 104px 16px 0;
}

h2 {
    font-size: 36px;
    padding: 0 0 24px;
}

h3 {
    font-size: 28px;
    color: #E84624;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 14px;
    font-family: 'avenir-light';
    line-height: 32px;
}

.small-text {
    font-size: 10px;
}

/* here is the breakpoint for desktop */

@media screen and (min-width: 1440px) {
    p {
        font-size: 16px;
    }

}