@font-face {
    font-family: "RegularFont";
    src: url('./Poppins-Regular.ttf');
}

@font-face {
    font-family: "RegMedium";
    src: url('./Poppins-Medium.ttf');
}

@font-face {
    font-family: "InterSemiBold";
    src: url('./font/inter-font/static/Inter-SemiBold.ttf');
}

@font-face {
    font-family: "Bangla01";
    src: url('./font/Noto_Sans_Bengali/NotoSansBengali-VariableFont_wdth,wght.ttf');
}

:root {

    --def_border_color_main : #E49292;
    --def_card_add_color : #FF5757;

    --body_container_max_width: 1400px;
    --header_main_height: 70px;

    --header_main_logo_con_width: 195px;
    --header_logo_height: 50px;
    --header_logo_width: 50px;
    --header_logo_txt_height: 38px;

    --header_search_bar_width_main: 55%;
    --heder_search_sub_con_height: 46px;
    --header_search_inp_width: calc(100% - 75px);
    --header_search_inp_height: 35px;
    --heder_search_sub_con_border_radius: 72px;
    --header_search_inp_txt_color: rgba(249, 51, 51, 0.60);
    --heder_search_bar_logo_bg_color: #FFDADA;

    --ac_card_main_width: fit-content;
    --add_to_card_main_left_border_color: rgba(249, 51, 51, 0.51);

    --ceta_pc_menu_bg_color: #F3F5F7;
    --img_slider_main_height: 450px;

    --home_ceta_con_tt_height: 50px;

}