/*
 Theme Name: Mofulyrics
 Theme URI: https://mofulyrics.com
 Description: Tema Mofulyrics
 Author: Admin Mofu
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: mofulyrics
*/

*,
*::before,
*::after,
html {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background-color: #f5f5f5;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

p {
  margin-bottom: 1rem;
}