@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Involve';
   src: url('../fonts/Involve-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Zhizn';
    src: url('../fonts/Zhizn.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
     font-display: swap;
}