@font-face {
    font-family: 'Mermaid';
    font-display: swap;
    src: url("/media/fonts/myway/myway-font/Mermaid-Bold.woff2") format("woff2");
}

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/media/fonts/myway/poppins/poppins-v20-latin-regular.woff2') format('woff2'); /* Super Modern Browsers */
  
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/media/fonts/myway/poppins/poppins-v20-latin-500.woff2') format('woff2'); /* Super Modern Browsers */
  font-display: swap;
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/media/fonts/myway/poppins/poppins-v20-latin-600.woff2') format('woff2'); /* Super Modern Browsers */
  font-display: swap;
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/media/fonts/myway/poppins/poppins-v20-latin-700.woff2') format('woff2'); /* Super Modern Browsers */
  font-display: swap;
}
