/*
Theme Name: Mnemowave
Theme URI: https://mnemowave.com
Author: Mnemowave Team
Author URI: https://mnemowave.com
Description: A modern news theme for Mnemowave.com featuring multiple news categories including Top Stories, Hollywood News, Global News, Crypto News, and Bollywood News.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mnemowave
Tags: news, blog, grid-layout, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready

This theme is licensed under the GPL.
*/

/* Import Tailwind CSS */
@import 'dist/output.css';

/* Theme-specific styles */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

/* WordPress required styles */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}