@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: '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: 'misterbrush';
    src: url('/assets/fonts/book-19/MisterBrush.ttf?1557272') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

.absolute { position: absolute; }

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

.paragraph-special {
    font-weight: bold;
}
.paragraph-cross-sell {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}
.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: 14px;
    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-caveatbrush {
    font-family: "caveatbrush";
    font-weight: normal;
    font-size: 26px;
    line-height: 0.9;
    display: block;
}
.paragraph-misterbrush {
    font-family: "misterbrush";
    font-weight: normal;
    font-size: 42px;
    line-height: 1.1;
    color: #4f1f04;
    display: block;
}

.cover-1-paragraph-caveatbrush {
    font-family: "caveatbrush";
    font-weight: normal;
    font-size: 77px;
    letter-spacing: -1px;
    line-height: 0.9;
}
.cover-1-paragraph-misterbrush {
    font-family: "misterbrush";
    font-weight: normal;
    font-size: 104px;
    line-height: 0.9;
}

.text-tagline {
    font-family: "caveatbrush";
    font-size: 20px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    letter-spacing: -0.5px;
}

.color-dark-blue {
    color: #1c466a;
}
.color-orange {
    color: #ff7101;
}


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

.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; }

