@font-face {
    font-family: "ben";
    src: url("assets/a.ttf") format("truetype");
}
body {
    font-family: "ben", sans-serif;
}


:root {
    --bs-primary: #4D42B8;
    --bs-primary-rgb: 36, 89, 169;
}

/* Override background and text colors */
.btn-primary, .bg-primary {
    background-color: #4D42B8 !important;
    border-color: #4D42B8 !important;
}

 .btn-outline-primary {
    border-color: #4D42B8 !important;
    color: #4D42B8 !important;
    border-width: 2px;
    border-radius: 22px;
    background-color: #EEF3FB !important; /* Darker shade for hover */
}


.btn-primary:hover {
    background-color: #362D8E !important; /* Darker shade for hover */
    border-color: #362D8E !important;
}

.text-primary {
    color: #4D42B8 !important;
}



/* Font size for large screens */
.ot-text {
    font-size: 55px; font-weight:bold;
}

/* Font size for small screens (e.g., mobile devices) */
@media (max-width: 768px) {
    .ot-text {
        font-size: 30px; font-weight:bold; /* Adjust as needed for small screens */
    }
}



.create_btn{
    position:fixed;
    bottom:50px;
    right:50px;
    border:10px solid #fff !important;
    border-radius: 50px;
    padding-left: 50px;
    padding-right: 50px;
}



.ck-editor__editable {
    min-height: 350px !important; /* Adjust as needed */
}

