@font-face {
    font-family: 'Louis George Cafe';
    src: url('/assets/fonts/LouiseGeorge/Louis George Cafe.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Louis George Cafe Bold';
    src: url('/assets/fonts/LouiseGeorge/Louis George Cafe Bold.ttf');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Palatino';
    src: url('/assets/fonts/Palabai/pala.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Palatino Bold';
    src: url('/assets/fonts/Palabai/palab.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nirmala';
    src: url('/assets/fonts/Nirmala/NIRMALA.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nirmala Bold';
    src: url('/assets/fonts/Nirmala/NIRMALAB.TTF');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Louis George Cafe Bold';
    color: #5f5f5f;
}

h1 {
    font-family: 'Palatino Bold';
}

h2, h3, h4, h5 {
    font-family: 'Palatino';
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}