@font-face {
    font-family: 'lifesavers';
    src: url('/assets/fonts/life-savers/LifeSavers-Regular.ttf?1557272') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lifesavers';
    src: url('/assets/fonts/life-savers/LifeSavers-Bold.ttf?1557272') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bungee';
    src: url('/assets/fonts/Bungee/Bungee-Regular.ttf?1557272') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bungee';
    src: url('/assets/fonts/Bungee/Bungee-Regular.ttf?1557272') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'caveatbrush';
    src: url('/assets/fonts/book-19/CaveatBrush-Regular.ttf?1557272') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'granstander';
    src: url('/assets/fonts/granstander-clean/Grandstander-clean.ttf?1557272') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.debug {
    background: rgba(0,0,0,0.1);
}

.absolute { position: absolute; }

.paragraph {
    font-family: "lifesavers";
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}

.paragraph-special {
    font-weight: bold;
}
.paragraph-xxs {
    
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.43px;
}
.paragraph-xs {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.43px;
}
.paragraph-sm {
    
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.paragraph-md {
    
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.25px;
}
.paragraph-lg {
    
    font-weight: bold;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.paragraph-xl {
    
    font-weight: bold;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: 1px;
}

.paragraph-bungee {
    font-family: "bungee";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.05;
}

.paragraph-caveatbrush {
    font-family: "caveatbrush";
    font-weight: normal;
    font-size: 17px;
    line-height: 1.265;
}
.paragraph-granstander {
    font-family: "granstander";
    font-weight: normal;
    font-size: 32px;
    line-height: 1.3;
}
.paragraph-big-break {
    font-family: "granstander";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
}
.paragraph-hockey-adventure {
    font-family: "granstander";
    font-weight: normal;
    font-size: 30px;
    line-height: 1.3;
}

.cover-1-child-name {
    font-size: 46px;
    letter-spacing: -1px;
}
.cover-1-big-break {
    font-size: 30px;
    letter-spacing: -0.5px;
}
.cover-1-hockey-adventure {
    font-size: 38px;
    letter-spacing: -0.75px;
}

.text-crossell-box {
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
}
.text-tagline {
    font-family: "granstander";
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}
.text-cukibo-com {
    color: #00effe;
}

.text-bold {
    font-weight: bold;
}
.color-white {
    color: #ffffff;
}
.color-red {
    color: #d7201d;
}
.color-blue {
    color: #0740aa;
}
.color-beige {
    color: #f3fbbb;
}
.color-cyan {
    color: #4df3fb;
}

.placeholder {
    
    font-weight: normal;
    font-size: 28px;
}

.text-left    { text-align: left;    }
.text-center  { text-align: center;  }
.text-right   { text-align: right;   }
.text-justify { text-align: justify; }

.book-20-page-cover-1-p-0 {
    bottom: calc(11.43% - 10px) !important;
}