/*!
 * 華通書坊官網前台 —— Font Awesome 5.15.4 子集
 *
 * 【這個檔案是產生出來的，不要手改】
 * 來源：public/assets/front/css/fontawesome/（上游完整套件，留著給產生器用）
 * 產生：python3 tools/fa-subset/build.py
 * 守門：tests/Feature/Front/FontAwesomeSubsetTest.php
 *
 * 上游的 all.min.css 是 59KB（gz 12.9KB）+ solid 78KB + brands 77KB 的字型，
 * 而前台只用到 49 個 solid、3 個 regular，brands 那三顆
 * 已改走 components.css 的 .ht-icon 遮罩。
 *
 * 【新增圖示的流程】在標記裡寫 `fas fa-xxx` 之後，跑一次上面那行產生器並把
 * 產物一起 commit。忘了跑的話畫面上是一個空白框 —— 不報錯、console 也乾淨，
 * 所以那支測試才存在。
 *
 * 【class 的先後順序不能動】`.far` 必須排在 `.fa,.fas` 前面。兩者只差
 * font-weight，同時掛 `fa` 和 `far` 時後者靠來源順序取勝 —— 收藏鈕的
 * 空心愛心就是靠這個順序畫出來的（見 _favorite_button.blade.php 的註解）。
 */
.fa,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-fw{text-align:center;width:1.25em}
.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400-subset.woff2?v=0653ed05) format("woff2")}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900-subset.woff2?v=89b00197) format("woff2")}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.far{font-weight:400}
.fa,.fas{font-weight:900}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-bell:before{content:"\f0f3"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-book-open:before{content:"\f518"}
.fa-cart-plus:before{content:"\f217"}
.fa-chart-line:before{content:"\f201"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-credit-card:before{content:"\f09d"}
.fa-envelope:before{content:"\f0e0"}
.fa-exclamation:before{content:"\f12a"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-expand-alt:before{content:"\f424"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-folder-open:before{content:"\f07c"}
.fa-gift:before{content:"\f06b"}
.fa-globe:before{content:"\f0ac"}
.fa-heart:before{content:"\f004"}
.fa-history:before{content:"\f1da"}
.fa-info-circle:before{content:"\f05a"}
.fa-link:before{content:"\f0c1"}
.fa-list-ul:before{content:"\f0ca"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-minus:before{content:"\f068"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-pen:before{content:"\f304"}
.fa-pencil-alt:before{content:"\f303"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-plus:before{content:"\f067"}
.fa-question:before{content:"\f128"}
.fa-receipt:before{content:"\f543"}
.fa-redo:before{content:"\f01e"}
.fa-search:before{content:"\f002"}
.fa-shipping-fast:before{content:"\f48b"}
.fa-shopping-bag:before{content:"\f290"}
.fa-sliders-h:before{content:"\f1de"}
.fa-spinner:before{content:"\f110"}
.fa-store:before{content:"\f54e"}
.fa-th-large:before{content:"\f009"}
.fa-times:before{content:"\f00d"}
.fa-trash:before{content:"\f1f8"}
.fa-truck:before{content:"\f0d1"}
.fa-unlink:before{content:"\f127"}
