@font-face {
    font-family: 'Eina-Regular';
    src: url('Eina01-Regular.woff2') format('woff2'),
        url('Eina01-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina-Bold';
    src: url('Eina01-Bold.woff2') format('woff2'),
        url('Eina01-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina-Light';
    src: url('Eina01-Light.woff2') format('woff2'),
        url('Eina01-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eina-SemiBold';
    src: url('Eina01-SemiBold.woff2') format('woff2'),
        url('Eina01-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




.regular {
  font-family: 'Eina-Regular' !important;
  color: #262546;
}

.bold {
  font-family: 'Eina-Bold' !important;
  color: #262546;
}


.light {
  font-family: 'Eina-Light' !important;
  color: #262546;
}

.semiBold {
  font-family: 'Eina-SemiBold' !important;
  color: #262546;
}


.medium{
  font-family: 'Eina-SemiBold' !important;
  color: #262546;  
}