@font-face {
    font-family: 'imzali'; 
    src: url('/fonts/Roboto-Light.ttf') format('woff2');
    font-weight: 300; /* Light */
}
@font-face {
    font-family: 'imzali'; 
    src: url('/fonts/Roboto-Medium.ttf') format('woff2');
    font-weight: 500; /* Medium */
}
@font-face {
    font-family: 'imzali'; 
    src: url('/fonts/Roboto-Bold.ttf') format('woff2');
    font-weight: 600; /* Bold */
}
@font-face {
    font-family: 'imzali'; 
    src: url('/fonts/Roboto-Regular.ttf') format('woff2');
    font-weight: 400; /* Regular */
}
body {
    font-family: "imzali";
    font-weight: 400; /* Default to regular weight */
}
h1{
    font-family: "imzali";
    font-weight: 400; /* Default to regular weight */
}
