@font-face {
    font-family: 'TechnoNue';
    src: url('{{ asset('assets/fonts/Techno_Nue-Bold.otf') }}') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TechnoNueRegular';
    src: url('{{ asset('assets/fonts/Techno_Nue-Regular.otf') }}') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('{{ asset('assets/fonts/Poppins-Regular.ttf') }}') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('{{ asset('assets/fonts/Poppins-Light.ttf') }}') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'TechnoNue', sans-serif;
    color: #1428D2;
}

p, label, input, a, li, td, th, option {
    font-family: 'Poppins', sans-serif;
    color: #555!important;
}

.btn-sanapp {
    font-family: 'Poppins', sans-serif !important;
    color: #ffffff !important;
    background-color: #1428D2 !important;
}

button, a {
    font-family: 'Poppins', sans-serif !important;
}