/*
Theme Name: Wstream child
Theme URI: https://wstream.karasu-themes.com
Description: Child theme of Wstream
Author: Karasu.themes
Author URI: https://www.karasu-themes.com/
Template: Wstream
Version: 1.0
*/

/* 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";
  }