/* UI typography synchronized with the Mahjong Ways 2 project.
   Prefer an installed Montserrat face; the Google Fonts import supplies the same family online. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

@font-face {
  font-family: 'MontserratMedium';
  src: local('Montserrat Medium'), local('Montserrat-Medium'), local('Montserrat');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}
