/* Load Fonts from Marketo */

@font-face {
    font-family: "Amplitude";
    src: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/Amplitude-Light.woff") format("woff");
    font-weight: 200;
}

@font-face {
    font-family: "Amplitude";
    src: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/Amplitude-Regular.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Amplitude";
    src: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/Amplitude-Medium.woff") format("woff");
    font-weight: 700;
}

/* Basic Reset styles */ 
* { box-sizing: border-box; }
body { padding: 0; margin: 0; background: #fff; font-family: 'Amplitude', Arial, sans-serif;}
h1, h2, h3, h4 { margin: 0; }
