/*
Theme Name: Wstream
Version: 2.1.7
Theme URI: https://demo.karasu-themes.com/wstream
Author: Karasu.themes
Author URI: https://www.karasu-themes.com/
Domain Path: /lang
Description: The best and most professional theme for wordpress to build a website about series and movies
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: License Private
Text Domain: wstrm
*/

/* CSS Variables */
:root {
  --avg-color: #fcd34d;
  --avg-color-rgb: 234, 179, 8;
  --avg-color-text: #18181b;
  --ongoing-color: #22c55e;
  --ongoing-color-rgb: 34, 197, 94;
  --completed-color: #dc2626;
  --completed-color-rgb: 220, 38, 38;

  /* Layout */
  --hder-height: 5.25rem;

  /* Typography */
  --bs-global-font: "Inter";
  --bs-logo-font: "Inter";
}