/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Scriptina';
    font-style: normal;
    font-weight: normal;
    src: local('Scriptina'), url('scriptina.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Scriptina - Alternates';
    font-style: normal;
    font-weight: normal;
    src: local('Scriptina - Alternates'), url('scriptina_alt.woff') format('woff');
    }
    
.font-style{
    font-family: 'Josefin Sans'!important;
    font-size: 1.2em!important;
    color: #0a2d63!important
}


 html,
    body {
        min-height: 100vh;
        overflow-y: auto;
    }

    #singleLineCountdown {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 14px;
        font-family: 'Poppins', sans-serif;
        background: #fff;
        border-radius: 12px;
        box-shadow: none;
        color: #0a2d63;
        text-align: center;
    }

    #singleLineCountdown span {
        font-size: 26px !important;
        text-align: center;
        display: inline-block;
    }

    #singleLineCountdown .label {
        font-size: 13px !important;
        width: auto !important;
    }

    #singleLineCountdown .sep {
        width: 10px !important;
        font-size: 26px !important;
    }

    #singleLineCountdown #cd-days,
    #singleLineCountdown #cd-hours,
    #singleLineCountdown #cd-mins,
    #singleLineCountdown #cd-secs {
        width: 50px !important;
        text-align: center;
    }


    @media(max-width:360px) {
        #singleLineCountdown {
            gap: 8px;
            padding: 10px;
        }

        #singleLineCountdown span {
            font-size: 22px !important;
        }
    }
