/*
 Theme Name:   Cuor di Pelo's GeneratePress Child
 Theme URI:    https://robertobriceno.eu
 Description:  Pizzeria Procopio's GeneratePress Child
 Author:       Roberto Enrique Briceno Garcia
 Author URI:   https://robertobriceno.eu
 Template:     generatepress
 Version:      0.1
*/

/* For browsers that support clamp  */
@supports (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
  		--font-size-base: clamp(1.2rem,1.5vw,1.3rem);
  		--font-size-xxx-small: 58%;
  		--font-size-xx-small: 65%;
  		--font-size-x-small: 70%;
  		--font-size-small: 80%;
  		--font-size-medium: 90%;
  		--font-size-large: 120%;
  		--font-size-x-large: 160%;
  		--font-size-xx-large: 220%;
  		--font-size-xxx-large: 300%;
  		--font-size-xxxx-large: 320%;
  }
}