.icon-download-outline {
            background-image: url('/assets/icons/download-outline.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-person-outline {
            background-image: url('/assets/icons/person-outline.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-tux {
            background-image: url('/assets/icons/logo-tux.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-apple {
            background-image: url('/assets/icons/logo-apple.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-windows {
            background-image: url('/assets/icons/logo-windows.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-discord {
            background-image: url('/assets/icons/logo-discord.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-x {
            background-image: url('/assets/icons/logo-x.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-bluesky {
            background-image: url('/assets/icons/logo-bluesky.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-logo-itchio {
            background-image: url('/assets/icons/logo-itchio.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
.icon-chevron-back-outline {
            background-image: url('/assets/icons/chevron-back-outline.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            display: inline-block;
            width: 1em;
            height: 1em;
        }
