@import url("https://use.typekit.net/mjf1pxp.css");

body {
    font-family: "degular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 600; }

h5, .h5 {
    font-size: calc(1.5rem + .5vw);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0;
}

h5 span, .h5 span {
    font-weight: 300;
    display: inline-block;
    text-transform: none;
}

h4, .h4 {
    font-size: calc(1.5rem + .5vw);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0;
}

p {
    font-size: calc(1rem + .25vw);
}