/*
  Boxicons 2.1.4 — self-hosted subset (GDPR: no request to unpkg.com).
  Only the 8 glyphs this site actually uses are included; the font was
  subset with fontTools, taking it from 116 KB to 1.3 KB.

  Adding a new icon? Look up its codepoint in the full boxicons CSS, add a
  rule below, and re-subset fonts/boxicons.woff2 with the extra unicode:
    python -m fontTools.subset <full>.woff2 --unicodes=eb5f,...,NEW \
      --flavor=woff2 --output-file=fonts/boxicons.woff2

  Boxicons is MIT licensed — https://boxicons.com
*/

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: url('./fonts/boxicons.woff2') format('woff2');
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-menu:before            { content: "\eb5f"; }
.bx-play-circle:before     { content: "\ebbe"; }
.bx-right-arrow-alt:before { content: "\ebe6"; }
.bx-world:before           { content: "\ec8b"; }
.bxl-discord-alt:before    { content: "\e925"; }
.bxl-facebook:before       { content: "\e92f"; }
.bxl-instagram-alt:before  { content: "\e943"; }
.bxl-youtube:before        { content: "\e992"; }
