 /*!
 * Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
 @font-face {
     font-family: 'Font Awesome 6 Brands';
     font-style: normal;
     font-weight: 400;
     font-display: block;

     /* src does not accept variables (var), so it must be a fixed value. */
     src: url("https://ja.reifycs.com/fonts/fontawesome-subset.woff2") format("woff2");
 }

 .fa-brands {
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: var(--fa-display, inline-block);
     font-style: normal;
     font-variant: normal;
     line-height: 1;
     text-rendering: auto;

     font-family: 'Font Awesome 6 Brands';
     font-weight: 400;
 }

 .fa-windows:before {
     content: "\f17a";
 }

 .fa-apple:before {
     content: "\f179";
 }

 .fa-android:before {
     content: "\f17b";
 }

 .fa-chrome:before {
     content: "\f268";
 }

 .fa-linux:before {
     content: "\f17c";
 }