/*
Theme Name: Glennski Blog Theme
Theme URI: https://glennski.com
Description: Custom child theme for Impreza
Author: Glenn
Author URI: https://glennski.com
Template: Impreza
Version: 1.0.0
Text Domain: glennski-blog-theme
*/

/* Add your custom styles below this line */


/*SECTION - Utopia Font Size*/
:root {
    --step--2: clamp(0.6076rem, 0.5473rem + 0.3019vw, 0.7813rem);
    --step--1: clamp(0.7292rem, 0.6567rem + 0.3623vw, 0.9375rem);
    --step-0: clamp(0.875rem, 0.788rem + 0.4348vw, 1.125rem);
    --step-1: clamp(1.05rem, 0.9457rem + 0.5217vw, 1.35rem);
    --step-2: clamp(1.26rem, 1.1348rem + 0.6261vw, 1.62rem);
    --step-3: clamp(1.512rem, 1.3617rem + 0.7513vw, 1.944rem);
    --step-4: clamp(1.8144rem, 1.6341rem + 0.9016vw, 2.3328rem);
    --step-5: clamp(2.1773rem, 1.9609rem + 1.0819vw, 2.7994rem);
    --step-6: clamp(2.6127rem, 2.3531rem + 1.2983vw, 3.3592rem);
    --step-7: clamp(3.1353rem, 2.8237rem + 1.5579vw, 4.0311rem);
    --step-8: clamp(3.7623rem, 3.3884rem + 1.8695vw, 4.8373rem);
    --step-9: clamp(4.5148rem, 4.0661rem + 2.2434vw, 5.8048rem);
    --step-10: clamp(5.4178rem, 4.8794rem + 2.6921vw, 6.9657rem);
  }
/*!SECTION - Utopia Font Size*/