/**
 * moostash dark — single-import entry point
 *
 * Combines the core stylesheet and the dark theme into one request.
 * Use this as your sole <link> for the base styles:
 *
 *   <link rel="stylesheet" href="https://static.fartyface.com/css/v1/moostash-dark.css">
 *
 * Load the Material Icons font separately (must precede this):
 *   <link href="https://static.fartyface.com/css/v1/libs/icons/icon.css" rel="stylesheet">
 */
@import url('./base.css');
@import url('./themes/dark.css');
