/* Boobietrap Hand + Brutal — sitewide faces + legacy name aliases.
   Absolute /fonts/ paths so this file works from any page. */

@font-face {
  font-family: "Boobietrap Hand";
  src:
    url("/fonts/BoobietrapHand-Regular.woff2?v=1.330") format("woff2"),
    url("/fonts/BoobietrapHand-Regular.woff?v=1.330") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Boobietrap Brutal";
  src:
    url("/fonts/BoobietrapBrutal-Regular.woff2?v=1.33") format("woff2"),
    url("/fonts/BoobietrapBrutal-Regular.woff?v=1.33") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Old family names still used in inline styles and leftover CSS */
@font-face {
  font-family: "lhs";
  src:
    url("/fonts/BoobietrapHand-Regular.woff2?v=1.330") format("woff2"),
    url("/fonts/BoobietrapHand-Regular.woff?v=1.330") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "hand";
  src:
    url("/fonts/BoobietrapHand-Regular.woff2?v=1.330") format("woff2"),
    url("/fonts/BoobietrapHand-Regular.woff?v=1.330") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LHF Fast Slant";
  src:
    url("/fonts/BoobietrapHand-Regular.woff2?v=1.330") format("woff2"),
    url("/fonts/BoobietrapHand-Regular.woff?v=1.330") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LHFfastslant";
  src:
    url("/fonts/BoobietrapHand-Regular.woff2?v=1.330") format("woff2"),
    url("/fonts/BoobietrapHand-Regular.woff?v=1.330") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nexa";
  src:
    url("/fonts/BoobietrapBrutal-Regular.woff2?v=1.33") format("woff2"),
    url("/fonts/BoobietrapBrutal-Regular.woff?v=1.33") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src:
    url("/fonts/BoobietrapBrutal-Regular.woff2?v=1.33") format("woff2"),
    url("/fonts/BoobietrapBrutal-Regular.woff?v=1.33") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.brutal {
  font-family: "Boobietrap Brutal", Impact, Haettenschweiler, sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  -webkit-font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  font-kerning: normal;
  font-variant-ligatures: contextual;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Boobietrap Brutal", Impact, Haettenschweiler, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  -webkit-font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  font-kerning: normal;
  font-variant-ligatures: contextual;
}

.hand {
  font-family: "Boobietrap Hand", "lhs", Impact, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  -webkit-font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  font-kerning: normal;
  font-variant-ligatures: contextual;
}
.hand.black {
  color: #000;
}

.text-nexa {
  font-family: "Boobietrap Brutal", "nexa", Impact, Haettenschweiler, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  -webkit-font-feature-settings: "calt" 1, "rclt" 1, "ordn" 1, "kern" 1;
  font-kerning: normal;
  font-variant-ligatures: contextual;
}
