@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: 'merriweather';
    src: url('/assets/fonts/Merriweather/Merriweather-Regular.ttf?1557272') format('truetype');
    font-weight: 400;
    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.2;
    text-align: left;
}

.paragraph-special {
    
    font-weight: bold;
}
.paragraph-sm {
    
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.paragraph-md {
    
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.25px;
}
.paragraph-lg {
    
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
}
.paragraph-xl {
    
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 1px;
}

.paragraph-merriweather {
    font-family: "merriweather";
    font-weight: normal;
    font-size: 22px;
    color: #4f1f04;
}

.paragraph-cover {
    font-family: "merriweather";
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0px;
    color: #4f1f04;
}

.cover-child-name {
    font-size: 36px;
    padding-bottom: 0;
}

.text-bold {
    font-weight: bold;
}
.color-white {
    color: #ffffff;
}
.color-red {
    color: #d7201d;
}
.color-blue {
    color: #0b3b6f;
}
.color-yellow {
    color: #fde959;
}
.color-purple {
    color: #723964;
}
.color-green {
    color: #2b5772;
}

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

.book-15-page-cover-1-p-0-lang-4 {
    padding-top: 4%;
}
.book-15-page-cover-1-p-0-lang-7 {
    padding-top: 1%;
}
.book-15-page-cover-1-p-0-lang-13 {
    padding-top: 0.5%;
}

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


.book-15-page-40-p-1-lang-6 {
    top: calc(17.44% - 10px) !important;
}
.book-15-page-40-p-1-lang-7 {
    top: calc(17.44% - 10px) !important;
}
.book-15-page-40-p-1-lang-13 {
    top: calc(17.44% - 10px) !important;
}