/* Hangman Bundle CSS - Font Awesome Icons + Bulma Utilities */
/* Only includes icons actually used on the page */

/* ============================================
   FONT AWESOME (local webfonts)
   ============================================ */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url("/webfonts/fa-solid-900.woff2") format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url("/webfonts/fa-brands-400.woff2") format("woff2")}
.fas,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-user-slash::before{content:"\f506"}
.fa-play::before{content:"\f04b"}
.fa-redo::before{content:"\f01e"}
.fa-info-circle::before{content:"\f05a"}
.fa-question-circle::before{content:"\f059"}
.fa-twitter::before{content:"\f099"}
.fa-facebook::before{content:"\f09a"}

/* ============================================
   BULMA UTILITIES (margin/padding helpers)
   ============================================ */
.mb-0{margin-bottom:0!important}
.mb-2{margin-bottom:.5rem!important}
.mb-3{margin-bottom:.75rem!important}
.mb-4{margin-bottom:1rem!important}
.mt-3{margin-top:.75rem!important}
.mt-5{margin-top:1.5rem!important}
.py-4{padding-top:1rem!important;padding-bottom:1rem!important}
