﻿
@font-face {
    font-family: 'LotussSmartHLBold';
    src: url('./fonts/LotussSmartHL-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartHLExtraBold';
    src: url('./fonts/LotussSmartHL-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartHLLight';
    src: url('./fonts/LotussSmartHL-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartHLMedium';
    src: url('./fonts/LotussSmartHL-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartHLRegular';
    src: url('./fonts/LotussSmartHL-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartTXLight';
    src: url('./fonts/LotussSmartTX-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotussSmartTXRegular';
    src: url('./fonts/LotussSmartTX-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.image-upload > input {
    display: none;
}

.image-upload i {
    cursor: pointer;
}

body {
    font-family: "LotussSmartHLRegular" !important;
  
}

.fontStyle {
    font-family: 'LotussSmartHLRegular' !important;
}

