@font-face {
    font-family: "Untitled Sans";
    font-weight: 400;
    src: url("https://assets.hm.edu/_fonts/untitled-sans-web-regular.eot"); /* IE9 Compat Modes */
    src: url("https://assets.hm.edu/_fonts/untitled-sans-web-regular.eot?#iefix") format("embedded-opentype"), url("https://assets.hm.edu/_fonts/untitled-sans-web-regular.woff2") format("woff2"), url("https://assets.hm.edu/_fonts/untitled-sans-web-regular.woff") format("woff"); /* Modern Browsers */
    font-display: swap;
}

@font-face {
    font-family: "Untitled Sans";
    font-weight: 600;
    src: url("https://assets.hm.edu/_fonts/untitled-sans-web-medium.eot?#iefix") format("embedded-opentype"), url("https://assets.hm.edu/_fonts/untitled-sans-web-medium.woff2") format("woff2"), url("https://assets.hm.edu/_fonts/untitled-sans-web-medium.woff") format("woff"); /* Modern Browsers */
    font-display: swap;
}

body {
    color: #161616;
    font-family: "Untitled Sans", "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0.6rem 3.6rem;
    line-height: 1.4;
    justify-content: center;
}

.card-text {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
}

.card-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
}
