@font-face {
    font-family: "Colwell";
    /* src: url('../fonts/COLWELL_.ttf') format('truetype');  */
    src: url('../fonts/COLWELL_.woff') format('woff'); 
    /* src: url("../fonts/Colwell-qxr.ttf") format("truetype");   */
    /* src: url("../fonts/colwell.regular.ttf") format("truetype");   */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: "Colwell";
    src: url('../fonts/COLWELL_.woff') format('woff'); 
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 

.ff-colwell-n{
    font-family: 'Colwell', serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: normal;
}
 
.ff-colwell-b{
    font-family: 'Colwell', serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: bold;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 11, 2026 */
@font-face {
    font-family: 'lato';
    src: url('..fonts/lato-black-webfont.woff2') format('woff2'),
         url('..fonts/lato-black-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato';
    src: url('..fonts/lato-bold-webfont.woff2') format('woff2'),
         url('..fonts/lato-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato';
    src: url('..fonts/lato-light-webfont.woff2') format('woff2'),
         url('..fonts/lato-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato';
    src: url('..fonts/lato-regular-webfont.woff2') format('woff2'),
         url('..fonts/lato-regular-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato';
    src: url('..fonts/lato-thin-webfont.woff2') format('woff2'),
         url('..fonts/lato-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.ff-lato-100 {
    font-family: 'lato', sans-serif;
    font-weight: 200;
    font-size: 12px;
    font-style: normal;
}
.ff-lato-200 {
    font-family: 'lato', sans-serif;
    font-weight: 200;
    font-size: 18px;
    font-style: normal;
}
.ff-lato-300 {
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    font-style: normal;
}
.ff-lato-400 {
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 30px;
    font-style: normal;
}



html, body {
  background-color: rgb(255, 255, 255);
  /* height: 100%; */
  /* display: grid; */
}

.center-txt {
  /* margin: auto; */
  /* justify-content: center; */
  /* align-items: center; */
  /* position: relative; */
  text-align: center;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
.text-balanced {
  text-wrap: balance;
}

.line-height-1{
  line-height: 1.5em;
}


.big-title {
  font-family: "Colwell", serif;
  font-size: 110px;
  font-weight: 700;
  text-transform: uppercase;
  /* max-width: 6ch; */
  line-height: 1em; 
}
.sub-title {
  font-family: 'lato', sans-serif;
  /* outline-width: 2px; */
  /* outline-color: rgb(85, 255, 0); */
  /* outline: auto; */
  font-size: 1.5rem;
  /* color: rgb(0, 0, 0); */
  
}
.sub-title-line {
  font-size: 5px;
  
  color: rgb(126, 222, 163);;
}

.stencil-size {
  width: 80%;
}


/* remove */
.poster-container {
  max-width: 100%;
  /* background-color: rgb(223, 216, 230); */
  align-self: center;
}

.title-band {
  /* color: red; */
  font-weight: bold;
}
.text-dim {
  color: hsl(0, 0%, 53%);
}

.page-wrapper {
  /* display: grid; */
  align-items: center;
  /* background-color: pink; */
}

@media print {
  @page {
    size: letter portrait; /* or 'landscape' */
    margin: 0.75in;       /* Standard 0.75-inch physical margins */
  }
  /* Hide navigation, footers, and buttons */
  header, footer, nav, .no-print {
    display: none !important;
  }
  
  /* Reset backgrounds to pure white */
  body, html {
    background: white !important;
    color: black !important;
    font-size: 12pt;
  }
}

@media print {
  /* Hide navigation, footers, and buttons */
  header, footer, nav, .no-print {
    display: none !important;
  }
  
  /* Reset backgrounds to pure white */
  body, html {
    background: white !important;
    color: black !important;
    font-size: 12pt;
  }
  body {
      width: 216mm;
      height: 279mm;
      margin: 0;
      padding: 20mm;
      box-sizing: border-box;
    }
}
