/* Rosiana font will be loaded here once font files are available */
/* For now, using a fallback serif font that matches the melted letter style */
@font-face {
  font-family: 'Rosiana';
  font-style: normal;
  font-weight: 400;
  src: local('Georgia'), local('Times New Roman');
}
