/* Cartridge Regular */
@font-face {
  font-family: "Cartridge";
  src: url('https://cote.io/uploads/2023/164e0903a4.woff') format('woff'),
       url('https://cote.io/uploads/2023/5434a6ebb8.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Times New Human - https://www.theamdash.com */

/* Regular */
@font-face {
  font-family: "Times New Human";
  src: url('https://cote.io/uploads/2025/timesnewhuman-reg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Times New Human";
  src: url('https://cote.io/uploads/2025/timesnewhuman-regita.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Times New Human";
  src: url('https://cote.io/uploads/2025/timesnewhuman-bol.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Bold Italic — if you have this */
@font-face {
  font-family: "Times New Human";
  src: url('https://cote.io/uploads/2025/timesnewhuman-bollta.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .site-title, .post-meta, .masthead { font-family: Cartridge }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

body { color: black; background-color: #ffffff; font-family: Times New Human, Times New Roman, Georgia, serif; font-size: 14pt; font-weight: normal; }

.header, footer { display: none; }