/*
Theme Name: Ruhrpott Guru
Theme URI: https://ruhrpott-guru.de
Author: RuhrpottGuru
Description: Maßgeschneidertes WordPress Theme für Ruhrpott Guru – Der Metropole Ruhr Regional-Guide mit Umkreissuche, Gastronomie-, Event- & Kulturfiltern.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruhrpott-guru
Tags: regional-guide, ruhrgebiet, tailwindcss, dark-mode, responsive
*/

/* Import Google Fonts */

:root {
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html, body, button, input, select, textarea, p, li, a, span, div, h1, h2, h3, h4, h5, h6, .font-display, .entry-title, .page-title, .post-title, .wp-block-heading, .wp-block-post-title, .entry-content, .wp-block-paragraph {
  font-family: var(--font-body) !important;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #020617;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f59e0b;
}
