        @font-face {
            font-family: "FOT-Yuruka";
            src: url("/fonts/FOT-Yuruka Std.ttf") format("truetype");
        }

                @font-face {
            font-family: "FOT-UDKakugo";
            src: url("/fonts/FOT-UDKakugoC80\ Pro\ B.ttf") format("truetype");
        }

                        @font-face {
            font-family: "FOT-Hummingpro";
            src: url("/fonts/FOT-Humming Pro B.otf") format("opentype");
        }

:root  {
  --container-bg: rgb(236, 249, 210);
    --body-font: "FOT-Hummingpro";
  --additional-font: "FOT-UDKakugo";
    /*--banner-bg: 100% 50%  / 50% no-repeat #1d5a31 url(/img/pokebanner.png);*/
    --banner-bg: 100% 50%  / 50% no-repeat url(/img/pokebanner.png),  linear-gradient(90deg,rgba(29, 90, 49, 1) 0%, rgba(29, 90, 49, 0.89) 17%, rgba(29, 90, 49, 0.68) 48%, rgba(29, 90, 49, 0.26) 89%, rgba(29, 90, 49, 0) 100%);;
    --banner-bg-mobile: bottom right  / 80% no-repeat url(/img/pokebanner.png),  #1d5a31;
    --banner-color: rgb(255, 255, 255);
    --header-font: "FOT-Yuruka";
    --link:#207341;
    --link-hover: rgb(5, 181, 75);
    --font-size: .8em;;
    --body-bg: top / 100% no-repeat #81C42E url("/img/backgrounds/pmd.png");
    --bullet: url("/img/bullets/pokeball.png");
    --accent-color: #1d5a31;
    --accent-color-2: rgb(243, 255, 226);
    --footer-bg: #81C42E;
    --heading-text: white;
    --accent-text-color: rgb(255, 255, 255);
    --green-transparent-gradient: linear-gradient(90deg,rgba(29, 90, 49, 1) 0%, rgba(29, 90, 49, 0.89) 17%, rgba(29, 90, 49, 0.68) 48%, rgba(29, 90, 49, 0.26) 89%, rgba(29, 90, 49, 0) 100%);
}

   #headerText>h1 {
             /* -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: ; */
    text-shadow:
    3px 3px 0 #1d5a31,
    -3px 3px 0 #1d5a31,
    -3px -3px 0 #1d5a31,
    3px -3px 0 #1d5a31;

        } 

        
      body {
      cursor: url('/img/cursors/explorerbadge.png'), auto;
      }
      

      body a {
        cursor: url("/img/cursors/explorerbadgemaster.png"), pointer;
      }

      b, .lastfmSong {
          background-image: linear-gradient(rgb(11, 172, 140), #0a3c10);
    color: transparent;
    background-clip: text;
      }

      i, .lastfmArtist {
        color: #3c7e45;
      }


      footer a {
        color: rgb(97, 163, 67);

      }

            footer a:hover {
        color: rgb(162, 210, 120);

      }
 
