
@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/Fonts/Cairo-Regular.ttf);
}

@font-face {
    font-family: "Cairo-bold";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/Fonts/Cairo-bold.ttf);
}


body {
    font-family: Cairo;
}

.FastLink {
    left: 10px;
    right: auto;
}

.pinNum {
    right: 24px
}
