* {
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

.fa-spin {
    animation-duration: 600ms;
}

*:last-child {
    margin-bottom: 0;
}

.selectable {
    user-select: auto;
}

.text-muted {
    color: inherit !important;
    opacity: .75;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

body {
    font-family: "Popins", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

@media print {
    body {
        font-size: 12pt;
        line-height: 1.3;
        color: #000;
        background-color: #fff;
    }
}