/* ===================================================
   GLOBAL
=================================================== */
@font-face {
    font-family: "Hfont";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../webfonts/MTNIrancell-Light.woff2") format("woff2");
}


html,
body {
    font-family: Hfont, Tahoma, Arial, sans-serif;
    background: #f5f7fb;
    height: 100%;
    margin: 0;
}

.myfont {
    font-family: Hfont, Tahoma, Arial, sans-serif !important;

}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    /* takes up remaining space, pushes footer down if content is short */
}