/*
Theme Name: WaaFaa Theme
Theme URI: https://waafaa.com/
Author: WaaFaa
Description: Standalone block theme for the WaaFaa Gutenberg website. Includes file-based patterns, templates, theme assets, and a built-in demo importer.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: waafaa-theme
*/

body:not(.block-editor-iframe__body) {
  background: #030711;
  color: #ffffff;
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
  letter-spacing: 0;
}
