@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS45.otf') format('opentype');
}

@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS75.otf') format('opentype');
    font-weight: bold;
}

body {
    font-family: "Saga", Helvetica, Arial, sans-serif !important;
}

p {
    font-size: 1.2rem;
}

@media (max-width: 991px) {

    p {
        font-size: 1rem;
    }
}

.msg-area {
    min-height: 248px !important;
}