/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* font sizes */
body {
  font-size: clamp(2rem, 1.05vw, 3rem); /* 20 */
}
:root {
  --h1: clamp(5rem, 6.25vw, 15rem); /* 120 */
  --h2: clamp(4rem, 3.75vw, 10rem); /* 72 */
  --h3: clamp(3rem, 1.88vw, 5rem); /* 36 */
  --h4: clamp(2.8rem, 1.67vw, 4.7rem); /* 32 */
  --h5: clamp(2.6rem, 1.46vw, 4rem); /* 28 kontakt cards */
  --h6: clamp(2rem, 1.05vw, 3rem); /* 20 */
  
  --text-xxl: clamp(3.2rem, 2.19vw, 6rem); /* 42 ingress text */
  --text-xl: clamp(2.8rem, 1.67vw, 4.7rem); /* 32 */
  --text-l: clamp(2.2rem, 1.15vw, 3.2rem); /* 22 btn meny */
  --text-m: clamp(2rem, 1.05vw, 3rem); /* 20 */
  --text-s: clamp(1.6rem, 0.84vw, 2.6rem); /* 16 btn small */
  --text-xs: clamp(1.4rem, 0.73vw, 2.4rem); /* 14 */
  
  --btn-font-size: clamp(2.2rem, 1.15vw, 3.2rem); /* 22 btn meny */
}