@charset "UTF-8";

/*
 Theme Name:   Factcheckzone.com Child Theme
 Theme URI:    https://factcheckzone.com/
 Description:  A premium custom child theme for factcheckzone.com
 Author:       Ahmed Towfiq 
 Author URI:   https://factcheckzone.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  factcheck-child
*/

/* এক্সট্রা স্টাইল  */

/* Custom CSS এখান থেকে শুরু */
@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/SolaimanLipi-Normal.ttf') format('truetype'); /* ফাইলের নাম অনুযায়ী */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

html, body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}