<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bisq.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiz</id>
	<title>Bisq Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bisq.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiz"/>
	<link rel="alternate" type="text/html" href="https://bisq.wiki/Special:Contributions/Wiz"/>
	<updated>2026-05-12T02:37:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Wiki:About&amp;diff=2394</id>
		<title>Bisq Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Wiki:About&amp;diff=2394"/>
		<updated>2021-09-21T11:29:20Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;This website is operated by @wiz for the Bisq DAO and self-hosted from AS54415.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This website is operated by @wiz for the Bisq DAO and self-hosted from AS54415.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Wiki:Privacy_policy&amp;diff=2393</id>
		<title>Bisq Wiki:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Wiki:Privacy_policy&amp;diff=2393"/>
		<updated>2021-09-21T11:28:38Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;=== What we collect ===  If you do not use Tor to access this website, your IP address may be collected in our webserver logs. Please use Tor to protect your privacy.  === Wha...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== What we collect ===&lt;br /&gt;
&lt;br /&gt;
If you do not use Tor to access this website, your IP address may be collected in our webserver logs. Please use Tor to protect your privacy.&lt;br /&gt;
&lt;br /&gt;
=== What we share ===&lt;br /&gt;
&lt;br /&gt;
We do not share any private user data with third-parties, and we do not use any third-party analytics or tracker beacons.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Wiki:General_disclaimer&amp;diff=2392</id>
		<title>Bisq Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Wiki:General_disclaimer&amp;diff=2392"/>
		<updated>2021-09-21T11:21:43Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;== NO WARRANTY ==  THIS WEBSITE IS PROVIDED ON AN &amp;quot;AS IS, AS AVAILABLE&amp;quot; BASIS, WITHOUT ANY WARRANTY OR REPRESENTATIONS; EXPRESS OR IMPLIED, WITHOUT EVEN THE IMPLIED WARRANTIES...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NO WARRANTY ==&lt;br /&gt;
&lt;br /&gt;
THIS WEBSITE IS PROVIDED ON AN &amp;quot;AS IS, AS AVAILABLE&amp;quot; BASIS, WITHOUT ANY WARRANTY OR REPRESENTATIONS; EXPRESS OR IMPLIED, WITHOUT EVEN THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, CONTINUOUS AVAILABILITY, OR UNINTERRUPTED SERVICE. WE MAKE NO GUARANTEE TO THE ACCURACY OF ANY DATA ON THIS WEBSITE, AND IT IS YOUR RESPONSIBILITY TO VERIFY ALL DATA OBTAINED FOR INACCURACIES AND OMISSIONS.&lt;br /&gt;
&lt;br /&gt;
== NO LIABILITY ==&lt;br /&gt;
WE WILL NOT BE HELD LIABLE FOR ANY LOSS OR DAMAGES, WHETHER DIRECT, INDIRECT, OR ANY OTHER NATURE, THAT ARE DEEMED OR ALLEGED TO HAVE RESULTED FROM OR BEEN CAUSED BY THIS WEBSITE OR ITS CONTENTS, INCLUDING, BUT WITHOUT LIMITATION TO, ERRORS, INACCURACIES OR AMBIGUITY IN THIS WEBSITE OR ITS CONTENTS, FAILURES, MALFUNCTIONS, DELAYS OR INTERRUPTIONS IN OPERATION OR TRANSMISSION, ANY PERSONS USE OR MISUSE OF THIS WEBSITE OR ITS CONTENT, ANY ERRORS OR OMISSIONS IN CONTENT, DAMAGE FOR LOSS OF BITCOIN OR OTHER CRYPTO ASSETS, LOSS OF BUSINESS, LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION, OR ANY OTHER PECUNIARY OR CONSEQUENTIAL LOSS OR DAMAGE (EVEN IF WE HAVE BEEN NOTIFIED OF SUCH RISK OF LOSS OR DAMAGE).&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1898</id>
		<title>Running Bisq on Linux using VNC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1898"/>
		<updated>2020-11-25T16:37:02Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Debian 10 Linux with bare minimal packages, then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install -y sudo psmisc tightvncserver awesome autocutsel&lt;br /&gt;
wget https://raw.githubusercontent.com/bisq-network/bisq/master/seednode/install_seednode_debian.sh&lt;br /&gt;
sed -i -e 's/#BITCOIN_INSTALL=false/BITCOIN_INSTALL=false/' install_seednode_debian.sh&lt;br /&gt;
chmod 700 install_seednode_debian.sh&lt;br /&gt;
./install_seednode_debian.sh&lt;br /&gt;
systemctl disable bisq&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then open &amp;lt;code&amp;gt;/bisq/.vnc/xstartup&amp;lt;/code&amp;gt; in a text editor and use this as an example startup script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid black&lt;br /&gt;
autocutsel -fork&lt;br /&gt;
&lt;br /&gt;
#export GDK_SCALE=2&lt;br /&gt;
&lt;br /&gt;
awesome &amp;amp;&lt;br /&gt;
&lt;br /&gt;
sleep 2&lt;br /&gt;
&lt;br /&gt;
export JAVA_OPTS=&amp;quot;-Xms4096M -Xmx4096M&amp;quot;&lt;br /&gt;
&lt;br /&gt;
name=bisqvnc&lt;br /&gt;
&lt;br /&gt;
/bisq/bisq/bisq-desktop \&lt;br /&gt;
	--appName=${name} \&lt;br /&gt;
	--appDataDir=${name} \&lt;br /&gt;
	--maxConnections=16 \&lt;br /&gt;
	--useTorForBtc=false \&lt;br /&gt;
	--ignoreLocalBtcNode=true \&lt;br /&gt;
	--btcNodes=103.99.170.210,103.99.170.220&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next open &amp;lt;code&amp;gt;/etc/systemd/system/vncserver@.service&amp;lt;/code&amp;gt; in a text editor and use this as an example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Start TightVNC server at startup&lt;br /&gt;
After=syslog.target network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
User=bisq&lt;br /&gt;
Group=bisq&lt;br /&gt;
WorkingDirectory=/bisq&lt;br /&gt;
&lt;br /&gt;
PIDFile=/bisq/.vnc/%H:%i.pid&lt;br /&gt;
ExecStartPre=-/usr/bin/vncserver -kill :%i &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
ExecStart=/usr/bin/vncserver -localhost -nolisten tcp -depth 16 -geometry 1440x900 :%i&lt;br /&gt;
ExecStop=/usr/bin/vncserver -kill :%i&lt;br /&gt;
ExecStartPre=/bin/sleep %i&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you have the 2 files in place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 700 /bisq/.vnc/xstartup&lt;br /&gt;
systemctl daemon-reload&lt;br /&gt;
systemctl enable vncserver@1&lt;br /&gt;
sed -i -e 's/awful.layout.suit.floating/-- awful.layout.suit.floating/' /etc/xdg/awesome/rc.lua&lt;br /&gt;
su - bisq&lt;br /&gt;
vncpasswd # set a 8 character password for the VNC server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot and Bisq should start within a virtual X session inside a VNC server session. SSH to the server using VNC port forwarding:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh user@1.2.3.4 -L 5901:127.0.0.1:5901&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then on your home PC, start a VNC session like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vncviewer -depth 16 -encodings tight -compresslevel 9 -quality 4 127.0.0.1:1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the 8 character password you set earlier to authenticate, and then you should see Bisq inside X windows over VNC.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1897</id>
		<title>Running Bisq on Linux using VNC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1897"/>
		<updated>2020-11-25T15:32:07Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Debian 10 Linux with bare minimal packages, then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install -y sudo psmisc tightvncserver awesome autocutsel&lt;br /&gt;
wget https://raw.githubusercontent.com/bisq-network/bisq/master/seednode/install_seednode_debian.sh&lt;br /&gt;
sed -i -e 's/#BITCOIN_INSTALL=false/BITCOIN_INSTALL=false/' install_seednode_debian.sh&lt;br /&gt;
chmod 700 install_seednode_debian.sh&lt;br /&gt;
./install_seednode_debian.sh&lt;br /&gt;
systemctl disable bisq&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then open &amp;lt;code&amp;gt;/bisq/.vnc/xstartup&amp;lt;/code&amp;gt; in a text editor and use this as an example startup script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid black&lt;br /&gt;
autocutsel -fork&lt;br /&gt;
&lt;br /&gt;
export GDK_SCALE=2&lt;br /&gt;
&lt;br /&gt;
awesome &amp;amp;&lt;br /&gt;
&lt;br /&gt;
sleep 2&lt;br /&gt;
&lt;br /&gt;
export JAVA_OPTS=&amp;quot;-Xms2048M -Xmx2048M&amp;quot;&lt;br /&gt;
&lt;br /&gt;
name=bisqvnc&lt;br /&gt;
&lt;br /&gt;
/bisq/bisq/bisq-desktop \&lt;br /&gt;
	--appName=${name} \&lt;br /&gt;
	--appDataDir=${name} \&lt;br /&gt;
	--maxConnections=16 \&lt;br /&gt;
	--useTorForBtc=false \&lt;br /&gt;
	--ignoreLocalBtcNode=true \&lt;br /&gt;
	--btcNodes=103.99.170.210,103.99.170.220&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next open &amp;lt;code&amp;gt;/etc/systemd/system/vncserver@.service&amp;lt;/code&amp;gt; in a text editor and use this as an example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Start TightVNC server at startup&lt;br /&gt;
After=syslog.target network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
User=bisq&lt;br /&gt;
Group=bisq&lt;br /&gt;
WorkingDirectory=/bisq&lt;br /&gt;
&lt;br /&gt;
PIDFile=/bisq/.vnc/%H:%i.pid&lt;br /&gt;
ExecStartPre=-/usr/bin/vncserver -kill :%i &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
ExecStart=/usr/bin/vncserver -localhost -nolisten tcp -depth 24 -geometry 2550x1400 :%i&lt;br /&gt;
ExecStop=/usr/bin/vncserver -kill :%i&lt;br /&gt;
ExecStartPre=/bin/sleep %i&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you have the 2 files in place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 700 /bisq/.vnc/xstartup&lt;br /&gt;
systemctl daemon-reload&lt;br /&gt;
systemctl enable vncserver@1&lt;br /&gt;
sed -i -e 's/awful.layout.suit.floating/-- awful.layout.suit.floating/' /etc/xdg/awesome/rc.lua&lt;br /&gt;
su - bisq&lt;br /&gt;
vncpasswd # set a 8 character password for the VNC server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot and Bisq should start within a virtual X session inside a VNC server session. SSH to the server using VNC port forwarding:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh user@1.2.3.4 -L 5901:127.0.0.1:5901&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then on your home PC, start a VNC session like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vncviewer -depth 16 -encodings tight -compresslevel 9 -quality 4 127.0.0.1:1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the 8 character password you set earlier to authenticate, and then you should see Bisq inside X windows over VNC.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1896</id>
		<title>Running Bisq on Linux using VNC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1896"/>
		<updated>2020-11-25T15:15:29Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Debian 10 Linux with bare minimal packages, then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install -y sudo psmisc tightvncserver awesome autocutsel`&lt;br /&gt;
curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/seednode/install_seednode_debian.sh | sed -e 's/#BITCOIN_INSTALL=false/BITCOIN_INSTALL=false/'&lt;br /&gt;
chmod 700 install_seednode_debian.sh&lt;br /&gt;
./install_seednode_debian.sh&lt;br /&gt;
systemctl disable bisq&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then open &amp;lt;code&amp;gt;/bisq/.vnc/xstartup&amp;lt;/code&amp;gt; in a text editor and use this as an example startup script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid black&lt;br /&gt;
autocutsel -fork&lt;br /&gt;
&lt;br /&gt;
export GDK_SCALE=2&lt;br /&gt;
&lt;br /&gt;
awesome &amp;amp;&lt;br /&gt;
&lt;br /&gt;
sleep 2&lt;br /&gt;
&lt;br /&gt;
export JAVA_OPTS=&amp;quot;-Xms2048M -Xmx2048M&amp;quot;&lt;br /&gt;
&lt;br /&gt;
name=bisqvnc&lt;br /&gt;
&lt;br /&gt;
/bisq/bisq/bisq-desktop \&lt;br /&gt;
	--appName=${name} \&lt;br /&gt;
	--appDataDir=${name} \&lt;br /&gt;
	--maxConnections=16 \&lt;br /&gt;
	--useTorForBtc=false \&lt;br /&gt;
	--ignoreLocalBtcNode=true \&lt;br /&gt;
	--btcNodes=103.99.170.210,103.99.170.220&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next open &amp;lt;code&amp;gt;/etc/systemd/system/vncserver@.service&amp;lt;/code&amp;gt; in a text editor and use this as an example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Start TightVNC server at startup&lt;br /&gt;
After=syslog.target network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
User=bisq&lt;br /&gt;
Group=bisq&lt;br /&gt;
WorkingDirectory=/bisq&lt;br /&gt;
&lt;br /&gt;
PIDFile=/bisq/.vnc/%H:%i.pid&lt;br /&gt;
ExecStartPre=-/usr/bin/vncserver -kill :%i &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
ExecStart=/usr/bin/vncserver -localhost -nolisten tcp -depth 24 -geometry 2550x1400 :%i&lt;br /&gt;
ExecStop=/usr/bin/vncserver -kill :%i&lt;br /&gt;
ExecStartPre=/bin/sleep %i&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you have the 2 files in place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 700 /bisq/.vnc/xstartup&lt;br /&gt;
systemctl daemon-reload&lt;br /&gt;
systemctl enable vncserver@1&lt;br /&gt;
sed -i -e 's/awful.layout.suit.floating/-- awful.layout.suit.floating/' /etc/xdg/awesome/rc.lua&lt;br /&gt;
su - bisq&lt;br /&gt;
vncpasswd # set a 8 character password for the VNC server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot and Bisq should start within a virtual X session inside a VNC server session. SSH to the server using VNC port forwarding:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh user@1.2.3.4 -L 5901:127.0.0.1:5901&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then on your home PC, start a VNC session like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vncviewer -depth 16 -encodings tight -compresslevel 9 -quality 4 127.0.0.1:1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the 8 character password you set earlier to authenticate, and then you should see Bisq inside X windows over VNC.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1895</id>
		<title>Running Bisq on Linux using VNC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Running_Bisq_on_Linux_using_VNC&amp;diff=1895"/>
		<updated>2020-11-25T15:08:26Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;Install Debian 10 Linux with bare minimal packages, then run: &amp;lt;pre&amp;gt; apt-get update apt-get install -y sudo psmisc tightvncserver awesome autocutsel` curl -s https://raw.github...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Debian 10 Linux with bare minimal packages, then run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install -y sudo psmisc tightvncserver awesome autocutsel`&lt;br /&gt;
curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/seednode/install_seednode_debian.sh | sed -e 's/#BITCOIN_INSTALL=false/BITCOIN_INSTALL=false/'&lt;br /&gt;
chmod 700 install_seednode_debian.sh&lt;br /&gt;
./install_seednode_debian.sh&lt;br /&gt;
systemctl disable bisq&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then open `/bisq/.vnc/xstartup` in a text editor and use this as an example startup script:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid black&lt;br /&gt;
autocutsel -fork&lt;br /&gt;
&lt;br /&gt;
export GDK_SCALE=2&lt;br /&gt;
&lt;br /&gt;
awesome &amp;amp;&lt;br /&gt;
&lt;br /&gt;
sleep 2&lt;br /&gt;
&lt;br /&gt;
export JAVA_OPTS=&amp;quot;-Xms2048M -Xmx2048M&amp;quot;&lt;br /&gt;
&lt;br /&gt;
name=bisqvnc&lt;br /&gt;
&lt;br /&gt;
/bisq/bisq/bisq-desktop \&lt;br /&gt;
	--appName=${name} \&lt;br /&gt;
	--appDataDir=${name} \&lt;br /&gt;
	--maxConnections=16 \&lt;br /&gt;
	--useTorForBtc=false \&lt;br /&gt;
	--ignoreLocalBtcNode=true \&lt;br /&gt;
	--btcNodes=2401:b140:1::100:210,2401:b140:1::100:220 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next open `/etc/systemd/system/vncserver@.service` in a text editor and use this as an example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Start TightVNC server at startup&lt;br /&gt;
After=syslog.target network.target&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
User=bisq&lt;br /&gt;
Group=bisq&lt;br /&gt;
WorkingDirectory=/bisq&lt;br /&gt;
&lt;br /&gt;
PIDFile=/bisq/.vnc/%H:%i.pid&lt;br /&gt;
ExecStartPre=-/usr/bin/vncserver -kill :%i &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
ExecStart=/usr/bin/vncserver -localhost -nolisten tcp -depth 24 -geometry 2550x1400 :%i&lt;br /&gt;
ExecStop=/usr/bin/vncserver -kill :%i&lt;br /&gt;
ExecStartPre=/bin/sleep %i&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After you have the 2 files in place:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 700 /bisq/.vnc/xstartup&lt;br /&gt;
systemctl daemon-reload&lt;br /&gt;
systemctl enable vncserver@1&lt;br /&gt;
su - bisq&lt;br /&gt;
vncpasswd # set a 8 character password for the VNC server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot and Bisq should start within a virtual X session inside a VNC server session. SSH to the server using VNC port forwarding:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh user@1.2.3.4 -L 5901:127.0.0.1:5901&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then on your home PC, start a VNC session like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vncviewer -depth 16 -encodings tight -compresslevel 9 -quality 4 127.0.0.1:1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use the 8 character password you set earlier to authenticate, and then you should see Bisq inside X windows over VNC.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Trading_Monero&amp;diff=1743</id>
		<title>Trading Monero</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Trading_Monero&amp;diff=1743"/>
		<updated>2020-09-08T03:27:21Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Monero (XMR)''' is one of the most active markets on Bisq. This article covers some things you should know when trading it.&lt;br /&gt;
&lt;br /&gt;
= Instant payment accounts =&lt;br /&gt;
&lt;br /&gt;
By default, all altcoins trades on Bisq have trade periods of 1 day. But you can set up an [[Creating_a_payment_account#Instant_accounts|Altcoins Instant account]] on Bisq for 1-hour trade periods.&lt;br /&gt;
&lt;br /&gt;
= Proving payments =&lt;br /&gt;
&lt;br /&gt;
Some details of XMR transactions are not publicly available on the blockchain. In order for a mediator or arbitrator to handle disputes, the XMR seller must make sure they send XMR using a wallet that provides the following 3 items to prove the payment was made:&lt;br /&gt;
# transaction key (Tx Key, Tx Secret Key, or Tx Private Key)&lt;br /&gt;
# transaction ID (Tx ID or Tx Hash)&lt;br /&gt;
# recipient's address&lt;br /&gt;
&lt;br /&gt;
This information can be found in the following wallets: official Monero GUI and CLI wallets, MyMonero, Exodus (desktop), Cake Wallet, and Monerujo (mobile):&lt;br /&gt;
&lt;br /&gt;
* Monero GUI: on the Transactions tab.&lt;br /&gt;
* Monero CLI: use the command &amp;lt;code&amp;gt;get_tx_key &amp;lt;TXID&amp;gt;&amp;lt;/code&amp;gt;. The flag &amp;lt;code&amp;gt;store-tx-info&amp;lt;/code&amp;gt; must be enabled (it's enabled by default in new versions).&lt;br /&gt;
* Other wallets: go to transaction history and look for transaction key (sometimes called &amp;quot;tx key&amp;quot; or &amp;quot;secret key&amp;quot;) and destination address in a sent transaction. For Cake Wallet, the &amp;quot;Save recipient address&amp;quot; option must be enabled in settings.&lt;br /&gt;
&lt;br /&gt;
If you are using another wallet not mentioned above, be sure you can still access the 3 items mentioned above.&lt;br /&gt;
&lt;br /&gt;
Since transaction keys and destination addresses are stored in Monero wallet software and not available anywhere else, be careful not to delete or restore your Monero wallet before a Bisq trade is complete. &lt;br /&gt;
&lt;br /&gt;
'''Failure to provide the required transaction data will result in losing disputes.'''&lt;br /&gt;
&lt;br /&gt;
= Verifying payments =&lt;br /&gt;
&lt;br /&gt;
To verify that a certain sum of Monero was sent to a specific address:&lt;br /&gt;
* Monero GUI: change wallet to Advanced mode and go to &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; &amp;gt; &amp;lt;code&amp;gt;Prove/check&amp;lt;/code&amp;gt; &amp;gt; &amp;lt;code&amp;gt;Check Transaction&amp;lt;/code&amp;gt;&lt;br /&gt;
* Monero CLI: use the command &amp;lt;code&amp;gt;check_tx_key &amp;lt;TXID&amp;gt; &amp;lt;TXKEY ADDRESS&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* [https://xmr.llcoins.net/checktx.html XMR Check Transaction tool]&lt;br /&gt;
* [https://www.exploremonero.com/receipt Explore Monero website]&lt;br /&gt;
&lt;br /&gt;
If you still have questions, see [https://www.getmonero.org/resources/user-guides/prove-payment.html this guide on the Monero home page] or ask a question on the [https://www.reddit.com/r/monerosupport/ Monero support subreddit].&lt;br /&gt;
&lt;br /&gt;
= Auto-confirming trades =&lt;br /&gt;
&lt;br /&gt;
Auto-confirming trades verify receipt of XMR payment automatically. Typically, XMR buyers must check their wallet and manually mark a payment as received in Bisq. Auto-confirming trades do this automatically, making trades quicker and more efficient for both traders.&lt;br /&gt;
&lt;br /&gt;
This feature is currently available for XMR trades where:&lt;br /&gt;
* the XMR seller provides a valid transaction key or viewkey&lt;br /&gt;
* the XMR buyer has auto-confirming trades turned on in Bisq settings&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
=== XMR Seller ===&lt;br /&gt;
&lt;br /&gt;
The XMR seller will get a pop-up upon clicking &amp;lt;code&amp;gt;Payment Sent&amp;lt;/code&amp;gt; asking for the XMR tx ID and XMR tx key. &lt;br /&gt;
&lt;br /&gt;
[[File:Autoconfirm-xmrseller-input.png|600px|thumb|left|The XMR seller can choose to enter this information, or not.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The trader can choose to enter this information, or not. '''It is not mandatory'''. If the trader chooses not to, they'll be informed that their trading peer will not be able to use auto-confirm.&lt;br /&gt;
&lt;br /&gt;
=== XMR Buyer ===&lt;br /&gt;
&lt;br /&gt;
The XMR buyer must have auto-confirm turned on in Bisq settings. &lt;br /&gt;
&lt;br /&gt;
[[File:Auto-confirm-status.png|500px|thumb|left|Auto-confirm status on the trade screen. In this particular instance, the XMR seller didn't specify the information needed for auto-confirm to work.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Explorer nodes are queried every 90 seconds for 12 hours. If 12 hours pass without success, auto-confirm fails for the trade. If Bisq receives just 1 failure of any kind (related to transaction, network issues, etc), auto-confirm is considered failed. '''This does not mean the XMR transaction was invalid.''' It just means the user should check the transaction manually.&lt;br /&gt;
&lt;br /&gt;
The user can mark the transaction as received any time by clicking &amp;lt;code&amp;gt;Confirm Payment Receipt&amp;lt;/code&amp;gt; themselves, and auto-confirm will stop running for that trade and the trade will be completed normally.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the Bisq settings screen, you can set:&lt;br /&gt;
* Maximum amount of BTC that can be confirmed per trade (default: 1 BTC)&lt;br /&gt;
* Monero Explorer node address (default: nodes run by Bisq contributors; see [[#Set_up_your_own_node|below]] for how to run your own)&lt;br /&gt;
* Number of required confirmations (default: 5)&lt;br /&gt;
&lt;br /&gt;
Please note that changes to these settings are applied immediately only for trades for which payment hasn't been started yet. Restart Bisq for updated settings to apply to all trades.&lt;br /&gt;
&lt;br /&gt;
'''Changing the required number of confirmations is an exception: it takes effect immediately for all trades.'''&lt;br /&gt;
&lt;br /&gt;
Disabling the auto-confirm feature altogether also takes effect immediately. But re-enabling the feature will only take effect on trades for which payment hasn't been started yet; restart Bisq for the auto-update feature to apply to all trades.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot from 2020-09-03 12-41-19-touched.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Monero Explorer nodes ==&lt;br /&gt;
&lt;br /&gt;
By default, the Bisq auto-confirm feature relies on [https://github.com/bisq-network/roles/issues/107 a few Monero Explorers operated by Bisq contributors], but we highly recommend you to run your own Monero Explorer node at home. Don't trust, verify!&lt;br /&gt;
&lt;br /&gt;
=== Set up your own node ===&lt;br /&gt;
&lt;br /&gt;
For maximum privacy and security, users are recommended to run their own Monero Explorer node for verifying receipt of funds.&lt;br /&gt;
# [https://github.com/monero-project/monero Build Monero from source]. Check out [https://github.com/moneroexamples/monero-compilation/blob/master/README.md this guide] for further guidance. Ubuntu (18.04 in particular) tends to work better than plain Debian.&lt;br /&gt;
# [https://github.com/moneroexamples/onion-monero-blockchain-explorer Build the Monero explorer from source].&lt;br /&gt;
# Run &amp;lt;code&amp;gt;monerod&amp;lt;/code&amp;gt;.  &lt;br /&gt;
# Once the Monero blockchain is synced, run the explorer with &amp;lt;code&amp;gt;xmrblocks --enable-json-api&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Specify your explorer's address on the Bisq settings screen.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Trading_Monero&amp;diff=1742</id>
		<title>Trading Monero</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Trading_Monero&amp;diff=1742"/>
		<updated>2020-09-08T03:25:10Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Monero (XMR)''' is one of the most active markets on Bisq. This article covers some things you should know when trading it.&lt;br /&gt;
&lt;br /&gt;
= Instant payment accounts =&lt;br /&gt;
&lt;br /&gt;
By default, all altcoins trades on Bisq have trade periods of 1 day. But you can set up an [[Creating_a_payment_account#Instant_accounts|Altcoins Instant account]] on Bisq for 1-hour trade periods.&lt;br /&gt;
&lt;br /&gt;
= Proving payments =&lt;br /&gt;
&lt;br /&gt;
Some details of XMR transactions are not publicly available on the blockchain. In order for a mediator or arbitrator to handle disputes, the XMR seller must make sure they send XMR using a wallet that provides the following 3 items to prove the payment was made:&lt;br /&gt;
# transaction key (Tx Key, Tx Secret Key, or Tx Private Key)&lt;br /&gt;
# transaction ID (Tx ID or Tx Hash)&lt;br /&gt;
# recipient's address&lt;br /&gt;
&lt;br /&gt;
This information can be found in the following wallets: official Monero GUI and CLI wallets, MyMonero, Exodus (desktop), Cake Wallet, and Monerujo (mobile):&lt;br /&gt;
&lt;br /&gt;
* Monero GUI: on the Transactions tab.&lt;br /&gt;
* Monero CLI: use the command &amp;lt;code&amp;gt;get_tx_key &amp;lt;TXID&amp;gt;&amp;lt;/code&amp;gt;. The flag &amp;lt;code&amp;gt;store-tx-info&amp;lt;/code&amp;gt; must be enabled (it's enabled by default in new versions).&lt;br /&gt;
* Other wallets: go to transaction history and look for transaction key (sometimes called &amp;quot;tx key&amp;quot; or &amp;quot;secret key&amp;quot;) and destination address in a sent transaction. For Cake Wallet, the &amp;quot;Save recipient address&amp;quot; option must be enabled in settings.&lt;br /&gt;
&lt;br /&gt;
If you are using another wallet not mentioned above, be sure you can still access the 3 items mentioned above.&lt;br /&gt;
&lt;br /&gt;
Since transaction keys and destination addresses are stored in Monero wallet software and not available anywhere else, be careful not to delete or restore your Monero wallet before a Bisq trade is complete. &lt;br /&gt;
&lt;br /&gt;
'''Failure to provide the required transaction data will result in losing disputes.'''&lt;br /&gt;
&lt;br /&gt;
= Verifying payments =&lt;br /&gt;
&lt;br /&gt;
To verify that a certain sum of Monero was sent to a specific address:&lt;br /&gt;
* Monero GUI: change wallet to Advanced mode and go to &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; &amp;gt; &amp;lt;code&amp;gt;Prove/check&amp;lt;/code&amp;gt; &amp;gt; &amp;lt;code&amp;gt;Check Transaction&amp;lt;/code&amp;gt;&lt;br /&gt;
* Monero CLI: use the command &amp;lt;code&amp;gt;check_tx_key &amp;lt;TXID&amp;gt; &amp;lt;TXKEY ADDRESS&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* [https://xmr.llcoins.net/checktx.html XMR Check Transaction tool]&lt;br /&gt;
* [https://www.exploremonero.com/receipt Explore Monero website]&lt;br /&gt;
&lt;br /&gt;
If you still have questions, see [https://www.getmonero.org/resources/user-guides/prove-payment.html this guide on the Monero home page] or ask a question on the [https://www.reddit.com/r/monerosupport/ Monero support subreddit].&lt;br /&gt;
&lt;br /&gt;
= Auto-confirming trades =&lt;br /&gt;
&lt;br /&gt;
Auto-confirming trades verify receipt of XMR payment automatically. Typically, XMR buyers must check their wallet and manually mark a payment as received in Bisq. Auto-confirming trades do this automatically, making trades quicker and more efficient for both traders.&lt;br /&gt;
&lt;br /&gt;
This feature is currently available for XMR trades where:&lt;br /&gt;
* the XMR seller provides a valid transaction key or viewkey&lt;br /&gt;
* the XMR buyer has auto-confirming trades turned on in Bisq settings&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
=== XMR Seller ===&lt;br /&gt;
&lt;br /&gt;
The XMR seller will get a pop-up upon clicking &amp;lt;code&amp;gt;Payment Sent&amp;lt;/code&amp;gt; asking for the XMR tx ID and XMR tx key. &lt;br /&gt;
&lt;br /&gt;
[[File:Autoconfirm-xmrseller-input.png|600px|thumb|left|The XMR seller can choose to enter this information, or not.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The trader can choose to enter this information, or not. '''It is not mandatory'''. If the trader chooses not to, they'll be informed that their trading peer will not be able to use auto-confirm.&lt;br /&gt;
&lt;br /&gt;
=== XMR Buyer ===&lt;br /&gt;
&lt;br /&gt;
The XMR buyer must have auto-confirm turned on in Bisq settings. &lt;br /&gt;
&lt;br /&gt;
[[File:Auto-confirm-status.png|500px|thumb|left|Auto-confirm status on the trade screen. In this particular instance, the XMR seller didn't specify the information needed for auto-confirm to work.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Explorer nodes are queried every 90 seconds for 12 hours. If 12 hours pass without success, auto-confirm fails for the trade. If Bisq receives just 1 failure of any kind (related to transaction, network issues, etc), auto-confirm is considered failed. '''This does not mean the XMR transaction was invalid.''' It just means the user should check the transaction manually.&lt;br /&gt;
&lt;br /&gt;
The user can mark the transaction as received any time by clicking &amp;lt;code&amp;gt;Confirm Payment Receipt&amp;lt;/code&amp;gt; themselves, and auto-confirm will stop running for that trade and the trade will be completed normally.&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
On the Bisq settings screen, you can set:&lt;br /&gt;
* Maximum amount of BTC that can be confirmed per trade (default: 1 BTC)&lt;br /&gt;
* XMR explorer node address (default: nodes run by Bisq contributors; see [[#Set_up_your_own_node|below]] for how to run your own)&lt;br /&gt;
* Number of required confirmations (default: 5)&lt;br /&gt;
&lt;br /&gt;
Please note that changes to these settings are applied immediately only for trades for which payment hasn't been started yet. Restart Bisq for updated settings to apply to all trades.&lt;br /&gt;
&lt;br /&gt;
'''Changing the required number of confirmations is an exception: it takes effect immediately for all trades.'''&lt;br /&gt;
&lt;br /&gt;
Disabling the auto-confirm feature altogether also takes effect immediately. But re-enabling the feature will only take effect on trades for which payment hasn't been started yet; restart Bisq for the auto-update feature to apply to all trades.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot from 2020-09-03 12-41-19-touched.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMR explorer nodes ==&lt;br /&gt;
&lt;br /&gt;
By default, the Bisq auto-confirm feature relies on [https://github.com/bisq-network/roles/issues/107 a few Monero Explorers operated by Bisq contributors], but we highly recommend you to run your own Monero Explorer node at home. Don't trust, verify!&lt;br /&gt;
&lt;br /&gt;
=== Set up your own node ===&lt;br /&gt;
&lt;br /&gt;
For maximum privacy and security, users are recommended to run their own XMR explorer node for verifying receipt of funds.&lt;br /&gt;
# [https://github.com/monero-project/monero Build Monero from source]. Check out [https://github.com/moneroexamples/monero-compilation/blob/master/README.md this guide] for further guidance. Ubuntu (18.04 in particular) tends to work better than plain Debian.&lt;br /&gt;
# [https://github.com/moneroexamples/onion-monero-blockchain-explorer Build the Monero explorer from source].&lt;br /&gt;
# Run &amp;lt;code&amp;gt;monerod&amp;lt;/code&amp;gt;.  &lt;br /&gt;
# Once the Monero blockchain is synced, run the explorer with &amp;lt;code&amp;gt;xmrblocks --enable-json-api&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Specify your explorer's address on the Bisq settings screen.&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Monero_Explorer_Operator&amp;diff=1740</id>
		<title>Monero Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Monero_Explorer_Operator&amp;diff=1740"/>
		<updated>2020-09-07T00:32:37Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;This article documents the '''Monero Explorer Operator''' role.  __TOC__  == Issue == https://github.com/bisq-network/roles/issues/109  == Team == [https://github.co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Monero Explorer Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/109&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/monero-operators/members @bisq-network/monero-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of the [https://github.com/moneroexamples/onion-monero-blockchain-explorer Onion Monero Blockchain Explorer]&lt;br /&gt;
* Make your Monero Explorer instance available over HTTPS clearnet and Tor V3 HS onion, enable HSTS and DNSSEC&lt;br /&gt;
* Update the [https://github.com/bisq-network/bisq/blob/master/core/src/main/java/bisq/core/user/Preferences.java#L130 Bisq code] to contain the FQDN clearnet hostname and Tor V3 HS onion of your Monero Explorer&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Claim $100/month compensation&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
* Post 20,000 BSQ bond for Explorer Operator&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1739</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1739"/>
		<updated>2020-09-05T08:33:24Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Mempool Explorer Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/107&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] with Bitcoin and Bisq networks enabled&lt;br /&gt;
* Make your Mempool Explorer instance available over HTTPS clearnet and Tor V3 HS onion, enable HSTS and DNSSEC&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN clearnet hostname of your Mempool Explorer&lt;br /&gt;
* Update the Bisq code to contain the FQDN clearnet hostname and Tor V3 HS onion of your Mempool Explorer&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Claim up to $150/month compensation&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
* Post 20,000 BSQ bond for Explorer Operator&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1738</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1738"/>
		<updated>2020-09-05T06:54:15Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Mempool Explorer Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/107&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] with Bitcoin and Bisq networks enabled&lt;br /&gt;
* Make your Mempool Explorer instance available over HTTPS clearnet and Tor V3 HS onion, enable HSTS and DNSSEC&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN clearnet hostname of your Mempool Explorer&lt;br /&gt;
* Update the Bisq code to contain the FQDN clearnet hostname and Tor V3 HS onion of your Mempool Explorer&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Claim $100/month compensation&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
* Post 20,000 BSQ bond for Explorer Operator&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1737</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1737"/>
		<updated>2020-09-05T06:53:55Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Mempool Explorer Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/107&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] with Bitcoin and Bisq networks enabled&lt;br /&gt;
* Make your Mempool Explorer instance available over HTTPS clearnet and Tor V3 HS onion, enable HSTS and DNSSEC&lt;br /&gt;
* The Mempool Fee Estimation API endpoint should be available like this: https://mempool.space/api/v1/fees/recommended&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN clearnet hostname of your Mempool Explorer&lt;br /&gt;
* Update the Bisq code to contain the FQDN clearnet hostname and Tor V3 HS onion of your Mempool Explorer&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Claim $100/month compensation&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
* Post 20,000 BSQ bond for Explorer Operator&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1736</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1736"/>
		<updated>2020-09-05T06:53:02Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Mempool Explorer Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/107&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] and make API available over HTTPS and Tor V3 HS onion&lt;br /&gt;
* The Mempool Fee Estimation API endpoint should be available like this: https://mempool.space/api/v1/fees/recommended&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN clearnet hostname of your Mempool Explorer&lt;br /&gt;
* Update the Bisq code to contain the FQDN clearnet hostname and Tor V3 HS onion of your Mempool Explorer&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Claim $100/month compensation&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
* Post 20,000 BSQ bond for Explorer Operator&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1734</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1734"/>
		<updated>2020-09-05T06:51:00Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Wiz moved page Mempool Node Operator to Mempool Explorer Operator: Renaming role from Mempool Node Operator to Mempool Explorer Operator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the '''Mempool Node Operator''' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/107&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Must already be a [[Pricenode Operator]]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] and make API available over HTTPS.&lt;br /&gt;
* The Mempool Fee Estimation API endpoint should be available like this: https://mempool.space/api/v1/fees/recommended&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN hostname of your Mempool Node&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
Same as Bisq Pricenode&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Node_Operator&amp;diff=1735</id>
		<title>Mempool Node Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Node_Operator&amp;diff=1735"/>
		<updated>2020-09-05T06:51:00Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Wiz moved page Mempool Node Operator to Mempool Explorer Operator: Renaming role from Mempool Node Operator to Mempool Explorer Operator&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Mempool Explorer Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1709</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1709"/>
		<updated>2020-08-20T05:53:30Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Indices''' are the weighted average asset prices calculated by each of the [[Bisq pricenode |Bisq Pricenodes]].  It was implemented in Bisq v1.3.8 as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in order to gain independence from Bitcoin Average as a price oracle, decentralizing data sources from 35+ different data providers around the world.&lt;br /&gt;
&lt;br /&gt;
Bisq Pricenodes fetch the latest price data, once per minute, from various providers for each asset. The price indices are equally weighted, so for example if there's a single provider for a given asset, the weight will be 100%. If there's 2 data providers for an asset, the weights will 50% each, if there are 4, 25% each, etc.&lt;br /&gt;
&lt;br /&gt;
Providers are selected considering for each asset reliability of the data and trading volume. The following tables display which data providers are used to calculate prices for each actively traded asset on Bisq.&lt;br /&gt;
&lt;br /&gt;
In the case of nodes diverging more than 1% for a given asset, the prices will be outside the price tolerance protection, and Bisq will display an error to user preventing them from taking an offer.&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Kraken || Quoine || BTCmarkets || Independent&amp;lt;/BR&amp;gt;Reserve || Mercado&amp;lt;/BR&amp;gt;Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
| '''AED''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-  style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AFN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ALL''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AMD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ANG''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AOA''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ARS''' || 33% || 33% ||  || 33% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AUD''' || 14% || 14% ||  || 14% || 14% || 14% || 14% || 14% || &lt;br /&gt;
|-&lt;br /&gt;
| '''AWG''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AZN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BAM''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BBD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BDT''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BGN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BHD''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BIF''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BMD''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BND''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BOB''' || 50% ||  ||  || 50% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BRL''' || 25% || 25% ||  || 25% ||  ||  ||  ||  || 25%&lt;br /&gt;
|-&lt;br /&gt;
| '''BSD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BTN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BWP''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BYN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BZD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CAD''' || 25% || 25% ||  || 25% || 25% ||  ||  ||  || &lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bittpay || Coingecko || Binance || Coinpaprika || Kraken || Bitstamp || Exmo || Bitfinex || Quoine || Coinmate || Bitbay || Cex&lt;br /&gt;
|-&lt;br /&gt;
| '''CDF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CHF''' || 25% || 25% ||  || 25% || 25% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CLP''' || 33% || 33% ||  ||  || 33% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CNY''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''COP''' || 50% || 50% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CRC''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CUP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CVE''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CZK''' || 25% || 25% ||  || 25% ||  ||  ||  ||  ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DJF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DKK''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DOP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DZD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EGP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ETB''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EUR''' || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8%&lt;br /&gt;
|-&lt;br /&gt;
| '''FJD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''FKP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GBP''' || 11% || 11% || 11% || 11% || 11% || 11% ||  || 11% ||  ||  || 11% || 11%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GEL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GHS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GIP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GMD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GNF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GTQ''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Coinpaprika || Bitfinex || Quoine || Bitflyer || Coinone&lt;br /&gt;
|-&lt;br /&gt;
| '''GYD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HKD''' || 25% || 25% || 25% ||  || 25% ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''HNL''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HRK''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''HTG''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HUF''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''IDR''' || 25% || 25% || 25% ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ILS''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''INR''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''IQD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''IRR''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ISK''' || 50% ||  || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''JMD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''JOD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''JPY''' || 14% || 14% || 14% || 14% || 14% || 14% || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KES''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KGS''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KHR''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KMF''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KPW''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KRW''' || 25% || 25% || 25% ||  ||  ||  || 25%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KWD''' || 50% || 50% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KYD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KZT''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LAK''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Cingecko || Binance || Coinpaprika || Independent&amp;lt;/br&amp;gt;Reserve || Luno&lt;br /&gt;
|-&lt;br /&gt;
| '''LBP''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''LKR''' || 50% || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LRD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''LSL''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LYD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MAD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MDL''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MGA''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MKD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MMK''' || 50% || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MNT''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MOP''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MRU''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MUR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MVR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MWK''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MXN''' || 33% || 33% ||  || 33% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MYR''' || 25% || 25% ||  || 25% ||  || 25%&lt;br /&gt;
|-&lt;br /&gt;
| '''MZN''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NAD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NGN''' || 25% || 25% ||  || 25% ||  || 25%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NIO''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NOK''' || 33% || 33% ||  || 33% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NPR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NZD''' || 25% || 25% ||  || 25% || 25% || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Exmo || Quoine || Bitbay || Cex&lt;br /&gt;
|-&lt;br /&gt;
| '''OMR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PAB''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PEN''' || 50% ||  ||  || 50% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PGK''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PHP''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PKR''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PLN''' || 20% || 20% ||  || 20% || 20% ||  || 20% || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PYG''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''QAR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''RON''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''RSD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''RUB''' || 16% || 16% || 16% || 16% || 16% ||  ||  || 16%&lt;br /&gt;
|-&lt;br /&gt;
| '''RWF''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SAR''' || 50% || 50% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SBD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SCR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SDG''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SEK''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SGD''' || 25% || 25% ||  || 25% ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SHP''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SLL''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SOS''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SRD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''STN''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SVC''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Kraken || Bitstamp || Exmo || Bitfinex || Independent&amp;lt;/br&amp;gt;Reserve || Bitbay || Cex || Luno || Paribu || Hit&lt;br /&gt;
|-&lt;br /&gt;
| '''SYP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SZL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''THB''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TJS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TMT''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TND''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TOP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TRY''' || 20% || 2% || 20% || 20% ||  ||  ||  ||  ||  ||  ||  ||  || 20% || &lt;br /&gt;
|-&lt;br /&gt;
| '''TTD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TWD''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TZS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''UAH''' || 20% || 20% || 20% || 20% ||  ||  || 20% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''UGX''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''USD''' || 9% || 9% ||  || 9% || 9% || 9% || 9% || 9% || 9% || 9% || 9% ||  ||  || 9%&lt;br /&gt;
|-&lt;br /&gt;
| '''UYU''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''UZS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''VES''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''VND''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''VUV''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''WST''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XAF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XCD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XOF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XPF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''YER''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZAR''' || 20% || 20% || 20% || 20% ||  ||  ||  ||  ||  ||  ||  || 20% ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ZMW''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZWL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Altcoins: ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;A:Binance B:HitBTC C:Huobi D:Kraken E:Poloniex F:Exmo G:Bitstamp H:Bitfinex&amp;lt;/br&amp;gt; I:Bitpay J:BTCmarkets K:Cexio L:Coingecko MːCoinmate N:Bitbay O:Bitflyer P:Quobi&amp;lt;/small&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O || P&lt;br /&gt;
|-&lt;br /&gt;
| '''AEON''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BEAM''' || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BTM''' ||  || 50 || 50 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DAI''' || 50 ||  ||  ||  ||  ||  ||  || 50 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DASH''' || 11 || 11 || 11 || 11 || 11 || 11 ||  ||  || 11 ||  || 11 ||  || 11 ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DCR''' || 25 || 25 || 25 ||  || 25 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DOGE''' || 16 || 16 || 16 || 16 || 16 || 16 ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EMC''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ETC''' || 14 || 14 || 14 || 14 || 14 || 14 || 14 ||  || 14 ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ETH''' || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6&lt;br /&gt;
|-&lt;br /&gt;
| '''FAIR''' ||  ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GRIN''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LTC''' || 7 || 7 || 7 || 7 || 7 || 7 || 7 || 7 ||  || 7 || 7 || 7 || 7 || 7 ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NAV''' || 50 || 50 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PART''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PIVX''' || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''USDC''' ||  ||  ||  ||  ||  ||  ||  ||  || 100 ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XMR''' || 14 || 14 || 14 || 14 || 14 || 14 ||  || 14 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XRC''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XZC''' || 33 || 33 || 33 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ZEC''' || 14 || 14 || 14 || 14 || 14 || 14 ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZEN''' || 33 || 33 || 33 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
!  || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O || P&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;A:Binance B:HitBTC C:Huobi D:Kraken E:Poloniex F:Exmo G:Bitstamp H:Bitfinex&amp;lt;/br&amp;gt; I:Bitpay J:BTCmarkets K:Cexio L:Coingecko MːCoinmate N:Bitbay O:Bitflyer P:Quobi&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1708</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1708"/>
		<updated>2020-08-20T05:52:43Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Indices''' are the weighted average asset prices calculated by each of the [[Bisq pricenode |Bisq Pricenodes]].  It was implemented in Bisq v1.3.8 as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in order to gain independence from price feeders, decentralizing data sources.&lt;br /&gt;
&lt;br /&gt;
Bisq Pricenodes fetch the latest price data, once per minute, from various providers for each asset. The price indices are equally weighted, so for example if there's a single provider for a given asset, the weight will be 100%. If there's 2 data providers for an asset, the weights will 50% each, if there are 4, 25% each, etc.&lt;br /&gt;
&lt;br /&gt;
Providers are selected considering for each asset reliability of the data and trading volume. The following tables display which data providers are used to calculate prices for each actively traded asset on Bisq.&lt;br /&gt;
&lt;br /&gt;
In the case of nodes diverging more than 1% for a given asset, the prices will be outside the price tolerance protection, and Bisq will display an error to user preventing them from taking an offer.&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Kraken || Quoine || BTCmarkets || Independent&amp;lt;/BR&amp;gt;Reserve || Mercado&amp;lt;/BR&amp;gt;Bitcoin&lt;br /&gt;
|-&lt;br /&gt;
| '''AED''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-  style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AFN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ALL''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AMD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ANG''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AOA''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ARS''' || 33% || 33% ||  || 33% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AUD''' || 14% || 14% ||  || 14% || 14% || 14% || 14% || 14% || &lt;br /&gt;
|-&lt;br /&gt;
| '''AWG''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''AZN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BAM''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BBD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BDT''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BGN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BHD''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BIF''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BMD''' || 50% || 50% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BND''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BOB''' || 50% ||  ||  || 50% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BRL''' || 25% || 25% ||  || 25% ||  ||  ||  ||  || 25%&lt;br /&gt;
|-&lt;br /&gt;
| '''BSD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BTN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BWP''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BYN''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BZD''' || 100% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CAD''' || 25% || 25% ||  || 25% || 25% ||  ||  ||  || &lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bittpay || Coingecko || Binance || Coinpaprika || Kraken || Bitstamp || Exmo || Bitfinex || Quoine || Coinmate || Bitbay || Cex&lt;br /&gt;
|-&lt;br /&gt;
| '''CDF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CHF''' || 25% || 25% ||  || 25% || 25% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CLP''' || 33% || 33% ||  ||  || 33% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CNY''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''COP''' || 50% || 50% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CRC''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CUP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''CVE''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''CZK''' || 25% || 25% ||  || 25% ||  ||  ||  ||  ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DJF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DKK''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DOP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DZD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EGP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ETB''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EUR''' || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8% || 8%&lt;br /&gt;
|-&lt;br /&gt;
| '''FJD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''FKP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GBP''' || 11% || 11% || 11% || 11% || 11% || 11% ||  || 11% ||  ||  || 11% || 11%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GEL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GHS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GIP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GMD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GNF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''GTQ''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Coinpaprika || Bitfinex || Quoine || Bitflyer || Coinone&lt;br /&gt;
|-&lt;br /&gt;
| '''GYD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HKD''' || 25% || 25% || 25% ||  || 25% ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''HNL''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HRK''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''HTG''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''HUF''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''IDR''' || 25% || 25% || 25% ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ILS''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''INR''' || 33% || 33% || 33% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''IQD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''IRR''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ISK''' || 50% ||  || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''JMD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''JOD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''JPY''' || 14% || 14% || 14% || 14% || 14% || 14% || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KES''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KGS''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KHR''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KMF''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KPW''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KRW''' || 25% || 25% || 25% ||  ||  ||  || 25%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KWD''' || 50% || 50% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''KYD''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''KZT''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LAK''' || 100% ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Cingecko || Binance || Coinpaprika || Independent&amp;lt;/br&amp;gt;Reserve || Luno&lt;br /&gt;
|-&lt;br /&gt;
| '''LBP''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''LKR''' || 50% || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LRD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''LSL''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LYD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MAD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MDL''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MGA''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MKD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MMK''' || 50% || 50% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MNT''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MOP''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MRU''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MUR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MVR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MWK''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''MXN''' || 33% || 33% ||  || 33% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''MYR''' || 25% || 25% ||  || 25% ||  || 25%&lt;br /&gt;
|-&lt;br /&gt;
| '''MZN''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NAD''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NGN''' || 25% || 25% ||  || 25% ||  || 25%&lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NIO''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NOK''' || 33% || 33% ||  || 33% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NPR''' || 100% ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''NZD''' || 25% || 25% ||  || 25% || 25% || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Exmo || Quoine || Bitbay || Cex&lt;br /&gt;
|-&lt;br /&gt;
| '''OMR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PAB''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PEN''' || 50% ||  ||  || 50% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PGK''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PHP''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PKR''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PLN''' || 20% || 20% ||  || 20% || 20% ||  || 20% || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PYG''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''QAR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''RON''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''RSD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''RUB''' || 16% || 16% || 16% || 16% || 16% ||  ||  || 16%&lt;br /&gt;
|-&lt;br /&gt;
| '''RWF''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SAR''' || 50% || 50% ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SBD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SCR''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SDG''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SEK''' || 33% || 33% ||  || 33% ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SGD''' || 25% || 25% ||  || 25% ||  || 25% ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SHP''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SLL''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SOS''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SRD''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''STN''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''SVC''' || 100% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Currency || Bitpay || Coingecko || Binance || Coinpaprika || Kraken || Bitstamp || Exmo || Bitfinex || Independent&amp;lt;/br&amp;gt;Reserve || Bitbay || Cex || Luno || Paribu || Hit&lt;br /&gt;
|-&lt;br /&gt;
| '''SYP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''SZL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''THB''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TJS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TMT''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TND''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TOP''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TRY''' || 20% || 2% || 20% || 20% ||  ||  ||  ||  ||  ||  ||  ||  || 20% || &lt;br /&gt;
|-&lt;br /&gt;
| '''TTD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''TWD''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''TZS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''UAH''' || 20% || 20% || 20% || 20% ||  ||  || 20% ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''UGX''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''USD''' || 9% || 9% ||  || 9% || 9% || 9% || 9% || 9% || 9% || 9% || 9% ||  ||  || 9%&lt;br /&gt;
|-&lt;br /&gt;
| '''UYU''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''UZS''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''VES''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''VND''' || 33% || 33% ||  || 33% ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''VUV''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''WST''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XAF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XCD''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XOF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XPF''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''YER''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZAR''' || 20% || 20% || 20% || 20% ||  ||  ||  ||  ||  ||  ||  || 20% ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ZMW''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZWL''' || 100% ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Altcoins: ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;A:Binance B:HitBTC C:Huobi D:Kraken E:Poloniex F:Exmo G:Bitstamp H:Bitfinex&amp;lt;/br&amp;gt; I:Bitpay J:BTCmarkets K:Cexio L:Coingecko MːCoinmate N:Bitbay O:Bitflyer P:Quobi&amp;lt;/small&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!  || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O || P&lt;br /&gt;
|-&lt;br /&gt;
| '''AEON''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''BEAM''' || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''BTM''' ||  || 50 || 50 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DAI''' || 50 ||  ||  ||  ||  ||  ||  || 50 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DASH''' || 11 || 11 || 11 || 11 || 11 || 11 ||  ||  || 11 ||  || 11 ||  || 11 ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''DCR''' || 25 || 25 || 25 ||  || 25 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''DOGE''' || 16 || 16 || 16 || 16 || 16 || 16 ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''EMC''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ETC''' || 14 || 14 || 14 || 14 || 14 || 14 || 14 ||  || 14 ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ETH''' || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6 || 6&lt;br /&gt;
|-&lt;br /&gt;
| '''FAIR''' ||  ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''GRIN''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''LTC''' || 7 || 7 || 7 || 7 || 7 || 7 || 7 || 7 ||  || 7 || 7 || 7 || 7 || 7 ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''NAV''' || 50 || 50 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''PART''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''PIVX''' || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''USDC''' ||  ||  ||  ||  ||  ||  ||  ||  || 100 ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XMR''' || 14 || 14 || 14 || 14 || 14 || 14 ||  || 14 ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''XRC''' ||  || 100 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''XZC''' || 33 || 33 || 33 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| '''ZEC''' || 14 || 14 || 14 || 14 || 14 || 14 ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|- style=&amp;quot;background-color: #ECECF0&amp;quot;&lt;br /&gt;
| '''ZEN''' || 33 || 33 || 33 ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
!  || A || B || C || D || E || F || G || H || I || J || K || L || M || N || O || P&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;A:Binance B:HitBTC C:Huobi D:Kraken E:Poloniex F:Exmo G:Bitstamp H:Bitfinex&amp;lt;/br&amp;gt; I:Bitpay J:BTCmarkets K:Cexio L:Coingecko MːCoinmate N:Bitbay O:Bitflyer P:Quobi&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1671</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1671"/>
		<updated>2020-08-08T21:09:33Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Indices''' are the weighted average asset prices calculated by each of the [[Bisq Pricenode]]s.&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1669</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1669"/>
		<updated>2020-08-08T20:52:01Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Wiz moved page Bisq Price Index to Bisq Price Indices: indices is plural of index&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Index''' is a price data source calculated by the [[Pricenode_Operator]]s.&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Index&amp;diff=1670</id>
		<title>Bisq Price Index</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Index&amp;diff=1670"/>
		<updated>2020-08-08T20:52:01Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Wiz moved page Bisq Price Index to Bisq Price Indices: indices is plural of index&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Bisq Price Indices]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1668</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1668"/>
		<updated>2020-08-08T20:46:35Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Index''' is a price data source calculated by the [[Pricenode_Operator]]s.&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1667</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1667"/>
		<updated>2020-08-08T20:45:30Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Index''' is a price data source calculated by the [[Bisq Pricenode]]s.&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1666</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1666"/>
		<updated>2020-08-08T20:44:20Z</updated>

		<summary type="html">&lt;p&gt;Wiz: /* Asset Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Index''' is a price data source calculated by the [[Bisq Pricenodes]].&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1665</id>
		<title>Bisq Price Indices</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Bisq_Price_Indices&amp;diff=1665"/>
		<updated>2020-08-08T20:42:43Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;The '''Bisq Price Index''' is a price data source calculated by the Bisq Pricenodes.  This article details what assets are supported, how prices are calculated for each as...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Bisq Price Index''' is a price data source calculated by the [[Bisq Pricenodes]].&lt;br /&gt;
&lt;br /&gt;
This article details what assets are supported, how prices are calculated for each asset, etc.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
It was implemented as part of [https://github.com/bisq-network/projects/issues/35 Project 35] in [https://github.com/bisq-network/bisq/pull/4315 PR 2315]&lt;br /&gt;
&lt;br /&gt;
= Asset Table =&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Asset || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider || Provider&lt;br /&gt;
|-&lt;br /&gt;
| ARS || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| AUD || BITPAY || BTCMARKETS || COINGECKO || COINPAPRIKA || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| BRL || BITPAY || COINGECKO || COINPAPRIKA || MercadoBitcoin&lt;br /&gt;
|-&lt;br /&gt;
| CAD || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CHF || BITPAY || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| CLP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| CNY || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| DKK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| EUR || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || Coinmate || COINPAPRIKA || EXMO || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| GBP || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || KRAKEN&lt;br /&gt;
|-&lt;br /&gt;
| HUF || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| JPY || BITPAY || BITFINEX || BITFLYER || COINGECKO || COINPAPRIKA || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| NOK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| NZD || BITPAY || COINGECKO || COINPAPRIKA || IndependentReserve&lt;br /&gt;
|-&lt;br /&gt;
| PHP || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| PLN || BITPAY || BITBAY || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| RON || BITPAY&lt;br /&gt;
|-&lt;br /&gt;
| RUB || BITPAY || BINANCE || CexIO || COINGECKO || COINPAPRIKA || EXMO&lt;br /&gt;
|-&lt;br /&gt;
| SEK || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| SGD || BITPAY || COINGECKO || COINPAPRIKA || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| USD || BITPAY || BITSTAMP || BITBAY || BITFINEX || CexIO || COINGECKO || COINPAPRIKA || EXMO || IndependentReserve || KRAKEN || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| THB || BITPAY || COINGECKO || COINPAPRIKA&lt;br /&gt;
|-&lt;br /&gt;
| ZAR || BITPAY || BINANCE || COINGECKO || COINPAPRIKA || LUNO&lt;br /&gt;
|-&lt;br /&gt;
| DASH || BINANCE || BITBAY || CexIO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| DCR || BINANCE || HITBTC || HUOBI || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| ETH || BITPAY || BINANCE || BITSTAMP || BITBAY || BITFINEX || BITFLYER || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO || QUOINE&lt;br /&gt;
|-&lt;br /&gt;
| FAIR || HUOBI&lt;br /&gt;
|-&lt;br /&gt;
| LTC || BINANCE || BITSTAMP || BITBAY || BITFINEX || BTCMARKETS || CexIO || COINGECKO || Coinmate || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XMR || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO&lt;br /&gt;
|-&lt;br /&gt;
| XRC || HITBTC&lt;br /&gt;
|-&lt;br /&gt;
| ZEC || BINANCE || BITFINEX || EXMO || HITBTC || HUOBI || KRAKEN || POLO                                                                                                             &lt;br /&gt;
|-&lt;br /&gt;
| ~&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1635</id>
		<title>Finding your mediator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1635"/>
		<updated>2020-07-13T11:26:42Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below we detail current Bisq mediators and their onion addresses, as well as how you can find the mediator for a specific Bisq trade.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== How to find the mediator for a trade ==&lt;br /&gt;
&lt;br /&gt;
To find a trade's mediator:&lt;br /&gt;
&lt;br /&gt;
# Go to  &amp;lt;code&amp;gt;Portfolio &amp;gt; Open Trades&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Portfolio &amp;gt; History&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Portfolio &amp;gt; Failed Trades&amp;lt;/code&amp;gt; (depending on the status of your trade) &lt;br /&gt;
# Click the &amp;lt;code&amp;gt;i&amp;lt;/code&amp;gt; icon next to the trade ID of the trade in question (it's on the very left in the first column)&lt;br /&gt;
# In the pop-up that appears, toward the bottom, click &amp;lt;code&amp;gt;View Contract in JSON Format&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Ignore the &amp;lt;code&amp;gt;&amp;quot;mediatorNodeAddresses&amp;quot;&amp;lt;/code&amp;gt; field, as this is the list of all active mediators when the trade started.&lt;br /&gt;
# Scroll down and you'll find &amp;lt;code&amp;gt;&amp;quot;mediatorNodeAddress&amp;quot;&amp;lt;/code&amp;gt; field with a single &amp;lt;code&amp;gt;&amp;quot;hostName&amp;quot;&amp;lt;/code&amp;gt; for the onion address.&lt;br /&gt;
&lt;br /&gt;
This is the onion address of the mediator for your trade.&lt;br /&gt;
&lt;br /&gt;
== Current mediators and their onion addresses ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mediator&lt;br /&gt;
! TorV3 Address&lt;br /&gt;
! TorV2 Address&lt;br /&gt;
! GitHub Handle&lt;br /&gt;
|-&lt;br /&gt;
| leo816&lt;br /&gt;
|&lt;br /&gt;
| sjlho4zwp3gecspf.onion&lt;br /&gt;
| leo816&lt;br /&gt;
|-&lt;br /&gt;
| wiz&lt;br /&gt;
| wizbisqzd7ku25di7p2ztsajioabihlnyp5lq5av66tmu7do2dke2tid.onion&lt;br /&gt;
| wizrsmceorm4bisq.onion&lt;br /&gt;
| wiz&lt;br /&gt;
|-&lt;br /&gt;
| bisq_knight&lt;br /&gt;
|&lt;br /&gt;
| apbp7ubuyezav4hy.onion&lt;br /&gt;
| bisq-knight&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Get in touch with your mediator ==&lt;br /&gt;
&lt;br /&gt;
'''For open trades, you should be able to get in touch with your mediator through Bisq itself.'''&lt;br /&gt;
&lt;br /&gt;
If you cannot get in touch with your mediator on Bisq, you can get in touch with them on the [https://keybase.io/team/bisq Bisq Keybase group]. Their Keybase handles and addresses are displayed in the headline for the #support channel as well.&lt;br /&gt;
&lt;br /&gt;
[[Category:Use Cases]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Compensation&amp;diff=1555</id>
		<title>Compensation</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Compensation&amp;diff=1555"/>
		<updated>2020-06-20T18:59:47Z</updated>

		<summary type="html">&lt;p&gt;Wiz: /* Incorporate review feedback for your request */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Processes by role ==&lt;br /&gt;
&lt;br /&gt;
=== Compensation Maintainer ===&lt;br /&gt;
&lt;br /&gt;
==== Announce BSQ-USD exchange rate ====&lt;br /&gt;
&lt;br /&gt;
Compensation requests [https://github.com/bisq-network/compensation/issues/519 should use a 90-day volume weighted average] to calculate a value for BSQ and mitigate its volatility. At the end of a Bisq DAO Cycle and beginning of a new one, the Compensation Maintainer should create a pinned issue with the title: &amp;lt;code&amp;gt;BSQ rate for Cycle X is Y.YY USD per 1 BSQ&amp;lt;/code&amp;gt; and a screenshot of DAO Dashboard to announce the rates for the ongoing cycle.&lt;br /&gt;
&lt;br /&gt;
==== Announce request submission deadline ====&lt;br /&gt;
&lt;br /&gt;
To give time for team leads to discuss and review Compensation Requests, requests need to be &amp;lt;code&amp;gt;Ready for review&amp;lt;/code&amp;gt; one week prior to the end of current cycle's proposal phase. [[File:Compensation_board.png|400px|right|thumb|Compensation board]]The date and reminders will be announced at [https://github.com/orgs/bisq-network/teams/dao/discussions/ @bisq-network/dao], the [https://github.com/orgs/bisq-network/projects/5 Compensation board] and the [[Events Calendar]]&lt;br /&gt;
&lt;br /&gt;
==== Triage incoming requests ====&lt;br /&gt;
&lt;br /&gt;
The Compensation Maintainer watches the [https://github.com/bisq-network/compensation/issues compensation repository] and proceeds to triage:&lt;br /&gt;
&lt;br /&gt;
Incoming issues are classified as &amp;lt;code&amp;gt;Work in progress&amp;lt;/code&amp;gt; if they have &amp;lt;code&amp;gt;[WIP]&amp;lt;/code&amp;gt; at the beginning of the title or as &amp;lt;code&amp;gt;In Review&amp;lt;/code&amp;gt; if they don't. Compensation Maintainer assigns 'In review' issues to corresponding team leads after looking at the content of the request. When in doubt, Compensation Maintainer should ask in the issue which team leaders are the appropriate for the issue.&lt;br /&gt;
&lt;br /&gt;
The Compensation Maintainer should transition reviewed requests with DAO proposals transaction ID submitted to &amp;lt;code&amp;gt;Proposal Submitted&amp;lt;/code&amp;gt; column.&lt;br /&gt;
&lt;br /&gt;
Triage is controlled from the Compensation board, drag-and-dropping issues and using &amp;quot;add cards&amp;quot; to triage incoming issues, and directly from the issues, using the &amp;quot;projects&amp;quot; section in the right sidebar.&lt;br /&gt;
&lt;br /&gt;
==== Archive previous cycle requests at the end of the proposal phase ====&lt;br /&gt;
&lt;br /&gt;
At the completion of the current cycle's proposal phase, the Compensation Maintainer should [https://help.github.com/en/github/managing-your-work-on-github/archiving-cards-on-a-project-board archive] all issues in the &amp;lt;code&amp;gt;Done&amp;lt;/code&amp;gt; column from the previous phase.&lt;br /&gt;
&lt;br /&gt;
The reason for waiting to archive these issues is so that contributors can easily see how many requests were made in the last phase, to quickly find their own prior request, and to to easily review which ones were accepted and rejected. We archive them at the end of the proposal phase in order to keep the board clean and make room for requests in the current phase to populate the &amp;lt;code&amp;gt;Done&amp;lt;/code&amp;gt; column.&lt;br /&gt;
&lt;br /&gt;
==== Close current cycle requests after the vote reveal phase ====&lt;br /&gt;
&lt;br /&gt;
When the reveal vote phase is complete, the Compensation Maintainer should take the following steps:&lt;br /&gt;
&lt;br /&gt;
# Label each compensation request issue as &amp;lt;code&amp;gt;was:accepted&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;was:rejected&amp;lt;/code&amp;gt; according to the vote result&lt;br /&gt;
# Close the issue with a comment that reads &amp;quot;Closing as accepted&amp;quot; or &amp;quot;Closing as rejected&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Once closed, the issues will automatically transition to the &amp;lt;code&amp;gt;Done&amp;lt;/code&amp;gt; column of the board where they remain for reference until they are archived at the end of the next cycle's proposal phase (as per the section above).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Contributor ===&lt;br /&gt;
&lt;br /&gt;
==== Create your compensation request issue ====&lt;br /&gt;
&lt;br /&gt;
If you wish to request compensation for the current [[Glossary#DAO Cycle|cycle]], you should [https://docs.bisq.network/compensation.html#submit-your-compensation-request create a compensation request issue] no later than '''one week prior''' to the end of the current cycle's proposal phase. This is in order to allow time for review by your [[Team Lead]]. Reminders about this deadline are sent every cycle to the [https://github.com/bisq-network/teams/dao @bisq-network/dao] team, so you should make sure you are watching discussions for that team.&lt;br /&gt;
&lt;br /&gt;
WIP (Work in Progress) compensation requests may be submitted with a &amp;lt;code&amp;gt;[WIP]&amp;lt;/code&amp;gt; prefix in the title, e.g. &amp;lt;code&amp;gt;[WIP] For Cycle 10&amp;lt;/code&amp;gt;. Such WIP requests are assumed not to be ready for review until the WIP prefix is removed. This allows you a convenient way to incrementally add content to a compensation request throughout the course of a cycle without triggering a review prematurely. To indicate that a WIP compensation request is now ready for review, remove the &amp;lt;code&amp;gt;[WIP]&amp;lt;/code&amp;gt; prefix from the compensation request issue and add a comment stating ''&amp;quot;This request is ready for review&amp;quot;''. Any compensation request submitted without a WIP prefix will be assumed to be ready for review.&lt;br /&gt;
&lt;br /&gt;
==== Ensure your request is valid ====&lt;br /&gt;
&lt;br /&gt;
To more efficiently evaluate issuance for budgeting, compensation requests are evaluated by a bot. This bot requires that compensation requests follow a particular format. This format is detailed in the placeholder text for new compensation request issues—just follow the guidelines there, and/or look at other requests if you're not sure about something.&lt;br /&gt;
&lt;br /&gt;
In order to make sure the bot can actually read the request, requests are linted as soon as they are ready for review (i.e., as soon as &amp;lt;code&amp;gt;[WIP]&amp;lt;/code&amp;gt; is removed from the issue title). A request is labeled &amp;lt;code&amp;gt;parsed:valid&amp;lt;/code&amp;gt; if it's valid, &amp;lt;code&amp;gt;parsed:invalid&amp;lt;/code&amp;gt; if it's not. If invalid, a comment is added indicating the error. Please watch for this label and fix any errors the linter finds.&lt;br /&gt;
&lt;br /&gt;
==== Incorporate review feedback for your request ====&lt;br /&gt;
&lt;br /&gt;
When your team lead or other stakeholders review your compensation request, they will provide any feedback or requests for changes in the form of a comment on your request issue. Please respond to it promptly. When there is no further feedback, your team lead will add a comment asking you to submit this compensation request as a DAO proposal. The instructions how to do so are in the next section.&lt;br /&gt;
&lt;br /&gt;
Exception: If your contribution proposal consists solely of Bonded Roles for the Ops Team, which are pre-approved in the Ops Budget and allocated to you, and you are still running those nodes as expected, then you can skip the Team Lead Review as per https://github.com/orgs/bisq-network/teams/ops/discussions/1&lt;br /&gt;
&lt;br /&gt;
==== Submit your request as a DAO proposal ====&lt;br /&gt;
&lt;br /&gt;
Follow the instructions on how to [https://docs.bisq.network/compensation.html#file-your-compensation-request-in-the-dao file your compensation request as a DAO proposal]. When complete, add a comment to your proposal issue that includes the transaction ID of your proposal. &amp;lt;!-- Wait until team lead review is complete before taking this step --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Team Lead ===&lt;br /&gt;
&lt;br /&gt;
==== Review team member requests ====&lt;br /&gt;
&lt;br /&gt;
When a team lead is assigned to a compensation request issue, they should promptly review it with regard to whether the work meets the definition of delivered, and whether it fits within the team budget. The team lead should add feedback and comments as a appropriate, and assign the contributor to the issue to indicate that they are expected to respond to the review.&lt;br /&gt;
&lt;br /&gt;
When the review process is complete, i.e. all team lead feedback has been addressed, the team lead should add a comment asking the contributor to submit their proposal to DAO and to post the resulting TXID in a comment.&lt;br /&gt;
&lt;br /&gt;
=== Stakeholder ===&lt;br /&gt;
&lt;br /&gt;
==== Review contributor requests ====&lt;br /&gt;
Remember that just as stakeholders may vote on any DAO proposal, stakeholders may review any contributor's compensation request. To do so, simply add your review feedback in the form of a comment, and react to the compensation request issue with a thumbs-up, thumbs-down or confused face emoji as appropriate. Note that with the exception of team leads, there is no obligation to perform these reviews, and in general you should only review compensation requests that you are knowledgeable about.&lt;br /&gt;
&lt;br /&gt;
[[Category:Processes]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1552</id>
		<title>Finding your mediator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1552"/>
		<updated>2020-06-20T10:22:24Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below we detail current Bisq mediators and their onion addresses, as well as how you can find the mediator for a specific Bisq trade.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Current mediators and their onion addresses ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mediator&lt;br /&gt;
| TorV3 Address&lt;br /&gt;
! TorV2 Address&lt;br /&gt;
! GitHub Handle&lt;br /&gt;
|-&lt;br /&gt;
| leo816&lt;br /&gt;
|&lt;br /&gt;
| sjlho4zwp3gecspf.onion&lt;br /&gt;
| leo816&lt;br /&gt;
|-&lt;br /&gt;
| wiz&lt;br /&gt;
| wizbisqzd7ku25di7p2ztsajioabihlnyp5lq5av66tmu7do2dke2tid.onion&lt;br /&gt;
| wizrsmceorm4bisq.onion&lt;br /&gt;
| wiz&lt;br /&gt;
|-&lt;br /&gt;
| bisq_knight&lt;br /&gt;
|&lt;br /&gt;
| apbp7ubuyezav4hy.onion&lt;br /&gt;
| bisq-knight&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== How to find the mediator for a trade ==&lt;br /&gt;
&lt;br /&gt;
To find a trade's mediator:&lt;br /&gt;
&lt;br /&gt;
# Go to  &amp;lt;code&amp;gt;Portfolio &amp;gt; Open Trades&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Portfolio &amp;gt; History&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Portfolio &amp;gt; Failed Trades&amp;lt;/code&amp;gt; (depending on the status of your trade) &lt;br /&gt;
# Click the &amp;lt;code&amp;gt;i&amp;lt;/code&amp;gt; icon next to the trade ID of the trade in question (it's on the very left in the first column)&lt;br /&gt;
# In the pop-up that appears, toward the bottom, click &amp;lt;code&amp;gt;View Contract in JSON Format&amp;lt;/code&amp;gt;. &lt;br /&gt;
# Scroll down and you'll see &amp;lt;code&amp;gt;&amp;quot;mediatorNodeAddress&amp;quot;&amp;lt;/code&amp;gt; property with a &amp;lt;code&amp;gt;&amp;quot;hostName&amp;quot;&amp;lt;/code&amp;gt; and an onion address.&lt;br /&gt;
&lt;br /&gt;
This is the onion address of the mediator for your trade.&lt;br /&gt;
&lt;br /&gt;
== Get in touch with your mediator ==&lt;br /&gt;
&lt;br /&gt;
'''For open trades, you should be able to get in touch with your mediator through Bisq itself.'''&lt;br /&gt;
&lt;br /&gt;
If you cannot get in touch with your mediator on Bisq, you can get in touch with them on the [https://keybase.io/team/bisq Bisq Keybase group]. Their Keybase handles and addresses are displayed in the headline for the #support channel as well.&lt;br /&gt;
&lt;br /&gt;
[[Category:Use Cases]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1551</id>
		<title>Finding your mediator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Finding_your_mediator&amp;diff=1551"/>
		<updated>2020-06-20T10:22:13Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below we detail current Bisq mediators and their onion addresses, as well as how you can find the mediator for a specific Bisq trade.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Current mediators and their onion addresses ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mediator&lt;br /&gt;
| TorV3 Address&lt;br /&gt;
! TorV2 Address&lt;br /&gt;
! GitHub Handle&lt;br /&gt;
|-&lt;br /&gt;
| leo816&lt;br /&gt;
|&lt;br /&gt;
| sjlho4zwp3gecspf.onion&lt;br /&gt;
| leo816&lt;br /&gt;
|-&lt;br /&gt;
| wiz&lt;br /&gt;
| wizbisqzd7ku25di7p2ztsajioabihlnyp5lq5av66tmu7do2dke2tid.onion:9999&lt;br /&gt;
| wizrsmceorm4bisq.onion&lt;br /&gt;
| wiz&lt;br /&gt;
|-&lt;br /&gt;
| bisq_knight&lt;br /&gt;
|&lt;br /&gt;
| apbp7ubuyezav4hy.onion&lt;br /&gt;
| bisq-knight&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== How to find the mediator for a trade ==&lt;br /&gt;
&lt;br /&gt;
To find a trade's mediator:&lt;br /&gt;
&lt;br /&gt;
# Go to  &amp;lt;code&amp;gt;Portfolio &amp;gt; Open Trades&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Portfolio &amp;gt; History&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Portfolio &amp;gt; Failed Trades&amp;lt;/code&amp;gt; (depending on the status of your trade) &lt;br /&gt;
# Click the &amp;lt;code&amp;gt;i&amp;lt;/code&amp;gt; icon next to the trade ID of the trade in question (it's on the very left in the first column)&lt;br /&gt;
# In the pop-up that appears, toward the bottom, click &amp;lt;code&amp;gt;View Contract in JSON Format&amp;lt;/code&amp;gt;. &lt;br /&gt;
# Scroll down and you'll see &amp;lt;code&amp;gt;&amp;quot;mediatorNodeAddress&amp;quot;&amp;lt;/code&amp;gt; property with a &amp;lt;code&amp;gt;&amp;quot;hostName&amp;quot;&amp;lt;/code&amp;gt; and an onion address.&lt;br /&gt;
&lt;br /&gt;
This is the onion address of the mediator for your trade.&lt;br /&gt;
&lt;br /&gt;
== Get in touch with your mediator ==&lt;br /&gt;
&lt;br /&gt;
'''For open trades, you should be able to get in touch with your mediator through Bisq itself.'''&lt;br /&gt;
&lt;br /&gt;
If you cannot get in touch with your mediator on Bisq, you can get in touch with them on the [https://keybase.io/team/bisq Bisq Keybase group]. Their Keybase handles and addresses are displayed in the headline for the #support channel as well.&lt;br /&gt;
&lt;br /&gt;
[[Category:Use Cases]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1400</id>
		<title>Mempool Explorer Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Mempool_Explorer_Operator&amp;diff=1400"/>
		<updated>2020-06-10T13:11:42Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;This article documents the ''Mempool Node Operator'' role.  __TOC__  == Issue == * [https://github.com/bisq-network/roles/issues/107 Mempool Backend Operator #107]...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article documents the ''Mempool Node Operator'' [[Roles|role]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
* [https://github.com/bisq-network/roles/issues/107 Mempool Backend Operator #107]&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
* [https://github.com/orgs/bisq-network/teams/mempool-operators/members @bisq-network/mempool-operators]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Must already be a [[Pricenode Operator]]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Run an instance of [https://github.com/mempool/mempool Mempool] and make API available over HTTPS.&lt;br /&gt;
* The Mempool Fee Estimation API endpoint should be available like this: https://mempool.space/api/v1/fees/recommended&lt;br /&gt;
* Update the Bisq Pricenode code to contain the FQDN hostname of your Mempool Node&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
Same as Bisq Pricenode&lt;br /&gt;
&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Template:MainPage_Intro&amp;diff=1324</id>
		<title>Template:MainPage Intro</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Template:MainPage_Intro&amp;diff=1324"/>
		<updated>2020-06-05T16:13:04Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Bisq-logo.png|left|64px|Bitcoin usage worldwide.]]&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:150%;&amp;quot;&amp;gt;'''[[Bisq]]'''&amp;lt;/span&amp;gt; is a decentralized [[decentralized bitcoin exchange]] that enables people to trade Bitcoin or other assets easily and securely.&lt;br /&gt;
&lt;br /&gt;
Bisq applications form the '''peer-to-peer network''' by discovering, connecting to, and working with one another to implement the Bisq trading protocol.&lt;br /&gt;
The Bisq network is fully peer-to-peer in that it requires no centrally-controlled servers and has no single points of failure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unlike other Exchanges Bisq more of a '''trading protocol''' that enables individuals to exchange directly with one another over the internet, eliminating the need for trusted third party exchange services.&lt;br /&gt;
&lt;br /&gt;
It is even more unique with it's decentralised governance model by allowing the users to govern the project via the [[Bisq DAO]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{p-move}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=File:Bisq-logo.png&amp;diff=1323</id>
		<title>File:Bisq-logo.png</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=File:Bisq-logo.png&amp;diff=1323"/>
		<updated>2020-06-05T16:00:42Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Wiz uploaded a new version of File:Bisq-logo.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bisq-logo&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Trading_L-BTC&amp;diff=772</id>
		<title>Trading L-BTC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Trading_L-BTC&amp;diff=772"/>
		<updated>2020-04-05T13:08:03Z</updated>

		<summary type="html">&lt;p&gt;Wiz: /* How to verify the details of a confidential L-BTC transaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===About L-BTC===&lt;br /&gt;
&lt;br /&gt;
L-BTC, or Liquid Bitcoin, is a Confidential Asset fully verifiable 1:1 backed BTC token created by [https://liquid.net/ Liquid], a federated sidechain pegged to the Bitcoin blockchain. Liquid is implemented by Elements, an open source, sidechain-capable blockchain platform based on the Bitcoin codebase created by Blockstream.&lt;br /&gt;
&lt;br /&gt;
A sidechan is a mechanism that allows tokens from one blockchain to be used securely in an independent blockchain which runs in parallel and uses a different set of rules, performance requirements, and security mechanisms. On a sidechain, one can move tokens back to the original chain through a two-way peg. Sidechains enable new functionality that may have security trade-offs or as a way to test new features that may not be ready for use on the parent blockchain. These are the new functionalities that Liquid enables:&lt;br /&gt;
&lt;br /&gt;
* Confidential Transactions: Hides the amount from the information displayed at the blockchain, it's the most important feature for Bisq users.&lt;br /&gt;
* Issued Assets: Allows issuing tokenized fiat, securities, altcoins or digital collectibles.&lt;br /&gt;
* Federated consensus mechanism: allows 2 or 3 minute settlement times in normal conditions.&lt;br /&gt;
* In development: Schnorr signatures, which will improve network privacy and capacity.&lt;br /&gt;
&lt;br /&gt;
===P2P swaps===&lt;br /&gt;
&lt;br /&gt;
All addresses in Liquid are blinded by default using Confidential Transactions. The asset and amount of a transaction is hidden to those watching the Liquid sidechain. Bisq users can mix their coins with all of Liquid federation BTC holdings just trading both assets.&lt;br /&gt;
&lt;br /&gt;
===Trading L-BTC===&lt;br /&gt;
&lt;br /&gt;
Buy L-BTC is very similar to buying other privacy coins. The user L-BTC receiver needs to generate a proof of payment to be delivered in case of dispute. Otherwise, Confidential Transactions makes it impossible for a third party to verify if a payment was made. Next section provides detailed information on how to provide the blinding key to moderator or refund agent. L-BTC buyer should be familiar with this requirements, as failing to provide the blinding key will result in losing the mediation case.&lt;br /&gt;
&lt;br /&gt;
Sell L-BTC is like selling any other [[altcoin]]. It just requires a wallet capable of receive L-BTC, like Greenwallet, and create a new Bisq account for this payment method.&lt;br /&gt;
&lt;br /&gt;
===Generate blinding key===&lt;br /&gt;
&lt;br /&gt;
Greenwallet or custodial wallets can't generate blinding keys. To provide blinding keys, install Elements Core full node -it's not necessary to connect Elements node to a Bitcoin full node- and follow this steps:&lt;br /&gt;
&lt;br /&gt;
* Find the L-BTC address in the Bisq trade details.&lt;br /&gt;
* Open the GUI console window of your Elements Core full node, or use 'elements-cli'.&lt;br /&gt;
* Type the following command: dumpblindingkey &amp;lt;address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The elements node console will return the [https://elementsproject.org/elements-code-tutorial/confidential-transactions#blindingkey blinding key] in hex. This blinding key will be required and used in case of dispute to verify if a L-BTC payment was done.&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
&lt;br /&gt;
======How is the price of L-BTC determined?====== &amp;lt;!---Wouldn't it be better if this heading did not produce a line under following text?---&amp;gt;&lt;br /&gt;
L-BTC is a 1:1 BTC pegged token to Bitcoin, so high volatility is not expected. Buyers and sellers make their fixed price orders close to parity. There's no price feed with market % based prices for this market.&lt;br /&gt;
&lt;br /&gt;
======Why not just use the peg-in and peg-out mechanism to exchange L-BTC and BTC?======&lt;br /&gt;
&lt;br /&gt;
A peg-in -block BTC to create L-BTC- transaction requires 102 confirmations on the Bitcoin network (17 hours) before the funds can be claimed on the Liquid Network. Peg-out requires 2/3 Liquid functionaries approval and it takes about 17-35 minutes to complete. Bisq offers private, easy and secure L-BTC on and off-ramp.&lt;br /&gt;
&lt;br /&gt;
===How to verify the details of a confidential L-BTC transaction===&lt;br /&gt;
&lt;br /&gt;
======Instructions for L-BTC receiver======&lt;br /&gt;
&lt;br /&gt;
Find the L-BTC address in the Bisq trade details&lt;br /&gt;
Open the GUI console window of your Elements Core full node, or use `elements-cli`&lt;br /&gt;
Type the following command: &amp;lt;code&amp;gt;dumpblindingkey &amp;lt;address&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The elements node console will return the blinding key in hex. For this example, our blinding key is &amp;lt;code&amp;gt;3611d1e254c6f5182763b667ced45799a294837c9b1950ff3982d009e6a1c8f7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======Prerequisites for Bisq Mediator======&lt;br /&gt;
&lt;br /&gt;
Install the Elements Core full node on your computer from https://github.com/ElementsProject/elements/releases&lt;br /&gt;
Set the &amp;lt;code&amp;gt;txindex=1'' option must in ''elements.conf&amp;lt;/code&amp;gt; (the L-BTC sender and receiver do not need the `txindex=1` setting)&lt;br /&gt;
Wait until fully synced to the Liquid blockchain&lt;br /&gt;
Obtain the Blinding Key for the receiving L-BTC address from the L-BTC receiver&lt;br /&gt;
&lt;br /&gt;
For this example, the L-BTC receiver’s address is &amp;lt;code&amp;gt;VJLAuukJX2WPzdiGJz4RKFFK49aZcSeDgHagGnfTib3bg22G4HMKfWNonPezPdCisdspf7bHMkoDGVTB&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Either trade party can disclose the TXID for the L-BTC payment&lt;br /&gt;
&lt;br /&gt;
For this example, the L-BTC payment TXID is &amp;lt;code&amp;gt;842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verify both the L-BTC address and TXID are visible on https://blockstream.info/liquid&lt;br /&gt;
&lt;br /&gt;
======Instructions for Bisq Mediator======&lt;br /&gt;
&lt;br /&gt;
Open the GUI console window of your Elements Core full node, or use &amp;lt;code&amp;gt;elements-cli&amp;lt;/code&amp;gt;&lt;br /&gt;
Type the following command: &amp;lt;code&amp;gt;importaddress &amp;lt;address&amp;gt;&amp;lt;/code&amp;gt; using the L-BTC address from the Bisq trade details&lt;br /&gt;
&lt;br /&gt;
This will add the address to your wallet as “watch only” and rescan the entire liquid blockchain, it might take an hour or longer to complete depending on your computer.&lt;br /&gt;
&lt;br /&gt;
After scanning is complete, fetch the details for the L-BTC payment TXID&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;gettransaction 842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078 true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see the transaction object, but with an empty “details”, since you have not yet imported the blinding key to reveal the confidential transaction details.&lt;br /&gt;
&lt;br /&gt;
Import the blinding key with the following command&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;importblindingkey VJLAuukJX2WPzdiGJz4RKFFK49aZcSeDgHagGnfTib3bg22G4HMKfWNonPezPdCisdspf7bHMkoDGVTB 3611d1e254c6f5182763b667ced45799a294837c9b1950ff3982d009e6a1c8f7&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Request the TX details again, and this time they will be visible&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;gettransaction 842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078 true&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Trading_L-BTC&amp;diff=771</id>
		<title>Trading L-BTC</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Trading_L-BTC&amp;diff=771"/>
		<updated>2020-04-05T12:56:27Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===About L-BTC===&lt;br /&gt;
&lt;br /&gt;
L-BTC, or Liquid Bitcoin, is a Confidential Asset fully verifiable 1:1 backed BTC token created by [https://liquid.net/ Liquid], a federated sidechain pegged to the Bitcoin blockchain. Liquid is implemented by Elements, an open source, sidechain-capable blockchain platform based on the Bitcoin codebase created by Blockstream.&lt;br /&gt;
&lt;br /&gt;
A sidechan is a mechanism that allows tokens from one blockchain to be used securely in an independent blockchain which runs in parallel and uses a different set of rules, performance requirements, and security mechanisms. On a sidechain, one can move tokens back to the original chain through a two-way peg. Sidechains enable new functionality that may have security trade-offs or as a way to test new features that may not be ready for use on the parent blockchain. These are the new functionalities that Liquid enables:&lt;br /&gt;
&lt;br /&gt;
* Confidential Transactions: Hides the amount from the information displayed at the blockchain, it's the most important feature for Bisq users.&lt;br /&gt;
* Issued Assets: Allows issuing tokenized fiat, securities, altcoins or digital collectibles.&lt;br /&gt;
* Federated consensus mechanism: allows 2 or 3 minute settlement times in normal conditions.&lt;br /&gt;
* In development: Schnorr signatures, which will improve network privacy and capacity.&lt;br /&gt;
&lt;br /&gt;
===P2P swaps===&lt;br /&gt;
&lt;br /&gt;
All addresses in Liquid are blinded by default using Confidential Transactions. The asset and amount of a transaction is hidden to those watching the Liquid sidechain. Bisq users can mix their coins with all of Liquid federation BTC holdings just trading both assets.&lt;br /&gt;
&lt;br /&gt;
===Trading L-BTC===&lt;br /&gt;
&lt;br /&gt;
Buy L-BTC is very similar to buying other privacy coins. The user L-BTC receiver needs to generate a proof of payment to be delivered in case of dispute. Otherwise, Confidential Transactions makes it impossible for a third party to verify if a payment was made. Next section provides detailed information on how to provide the blinding key to moderator or refund agent. L-BTC buyer should be familiar with this requirements, as failing to provide the blinding key will result in losing the mediation case.&lt;br /&gt;
&lt;br /&gt;
Sell L-BTC is like selling any other [[altcoin]]. It just requires a wallet capable of receive L-BTC, like Greenwallet, and create a new Bisq account for this payment method.&lt;br /&gt;
&lt;br /&gt;
===Generate blinding key===&lt;br /&gt;
&lt;br /&gt;
Greenwallet or custodial wallets can't generate blinding keys. To provide blinding keys, install Elements Core full node -it's not necessary to connect Elements node to a Bitcoin full node- and follow this steps:&lt;br /&gt;
&lt;br /&gt;
* Find the L-BTC address in the Bisq trade details.&lt;br /&gt;
* Open the GUI console window of your Elements Core full node, or use 'elements-cli'.&lt;br /&gt;
* Type the following command: dumpblindingkey &amp;lt;address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The elements node console will return the [https://elementsproject.org/elements-code-tutorial/confidential-transactions#blindingkey blinding key] in hex. This blinding key will be required and used in case of dispute to verify if a L-BTC payment was done.&lt;br /&gt;
&lt;br /&gt;
===FAQ===&lt;br /&gt;
&lt;br /&gt;
======How is the price of L-BTC determined?====== &amp;lt;!---Wouldn't it be better if this heading did not produce a line under following text?---&amp;gt;&lt;br /&gt;
L-BTC is a 1:1 BTC pegged token to Bitcoin, so high volatility is not expected. Buyers and sellers make their fixed price orders close to parity. There's no price feed with market % based prices for this market.&lt;br /&gt;
&lt;br /&gt;
======Why not just use the peg-in and peg-out mechanism to exchange L-BTC and BTC?======&lt;br /&gt;
&lt;br /&gt;
A peg-in -block BTC to create L-BTC- transaction requires 102 confirmations on the Bitcoin network (17 hours) before the funds can be claimed on the Liquid Network. Peg-out requires 2/3 Liquid functionaries approval and it takes about 17-35 minutes to complete. Bisq offers private, easy and secure L-BTC on and off-ramp.&lt;br /&gt;
&lt;br /&gt;
===How to verify the details of a confidential L-BTC transaction===&lt;br /&gt;
&lt;br /&gt;
======Instructions for L-BTC receiver======&lt;br /&gt;
&lt;br /&gt;
Find the L-BTC address in the Bisq trade details&lt;br /&gt;
Open the GUI console window of your Elements Core full node, or use `elements-cli`&lt;br /&gt;
Type the following command: `dumpblindingkey &amp;lt;address&amp;gt;`&lt;br /&gt;
&lt;br /&gt;
The elements node console will return the blinding key in hex. For this example, our blinding key is 3611d1e254c6f5182763b667ced45799a294837c9b1950ff3982d009e6a1c8f7&lt;br /&gt;
&lt;br /&gt;
======Prerequisites for Bisq Mediator======&lt;br /&gt;
&lt;br /&gt;
Install the Elements Core full node on your computer from https://github.com/ElementsProject/elements/releases&lt;br /&gt;
Set the `txindex=1` option must in `elements.conf` (the L-BTC sender and receiver do not need the `txindex=1` setting)&lt;br /&gt;
Wait until fully synced to the Liquid blockchain&lt;br /&gt;
Obtain the Blinding Key for the receiving L-BTC address from the L-BTC receiver&lt;br /&gt;
&lt;br /&gt;
For this example, the L-BTC receiver’s address is VJLAuukJX2WPzdiGJz4RKFFK49aZcSeDgHagGnfTib3bg22G4HMKfWNonPezPdCisdspf7bHMkoDGVTB&lt;br /&gt;
&lt;br /&gt;
Either trade party can disclose the TXID for the L-BTC payment&lt;br /&gt;
&lt;br /&gt;
For this example, the L-BTC payment TXID is 842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078&lt;br /&gt;
&lt;br /&gt;
Verify both the L-BTC address and TXID are visible on https://blockstream.info/liquid&lt;br /&gt;
&lt;br /&gt;
======Instructions for Bisq Mediator======&lt;br /&gt;
&lt;br /&gt;
Open the GUI console window of your Elements Core full node, or use `elements-cli`&lt;br /&gt;
Type the following command: `importaddress &amp;lt;address&amp;gt;` using the L-BTC address from the Bisq trade details&lt;br /&gt;
&lt;br /&gt;
This will add the address to your wallet as “watch only” and rescan the entire liquid blockchain, it might take an hour or longer to complete depending on your computer.&lt;br /&gt;
&lt;br /&gt;
After scanning is complete, fetch the details for the L-BTC payment TXID&lt;br /&gt;
&lt;br /&gt;
`gettransaction 842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078 true`&lt;br /&gt;
&lt;br /&gt;
You should see the transaction object, but with an empty “details”, since you have not yet imported the blinding key to reveal the confidential transaction details.&lt;br /&gt;
&lt;br /&gt;
Import the blinding key with the following command&lt;br /&gt;
&lt;br /&gt;
`importblindingkey VJLAuukJX2WPzdiGJz4RKFFK49aZcSeDgHagGnfTib3bg22G4HMKfWNonPezPdCisdspf7bHMkoDGVTB 3611d1e254c6f5182763b667ced45799a294837c9b1950ff3982d009e6a1c8f7`&lt;br /&gt;
&lt;br /&gt;
Request the TX details again, and this time they will be visible&lt;br /&gt;
&lt;br /&gt;
`gettransaction 842719feb92914a553fc8e8fccec27a4d0e4833ac3fb363f882ba1dc9bff9078 true`&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Ops_Team&amp;diff=669</id>
		<title>Ops Team</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Ops_Team&amp;diff=669"/>
		<updated>2020-03-26T18:44:30Z</updated>

		<summary type="html">&lt;p&gt;Wiz: merge ops channels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Ops Team is responsible for operating Bisq infrastructure nodes and other Bisq services with high availability, in a decentralized and censorship-resistant manner, while respecting the privacy and freedom of all Bisq users.&lt;br /&gt;
&lt;br /&gt;
See the individual [[#Roles]] below for further details.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Roles ==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Node Operator]]&lt;br /&gt;
* [[Bisq Seednode Operator]]&lt;br /&gt;
* [[Bisq Pricenode Operator]]&lt;br /&gt;
* [[Bisq Markets Operator]]&lt;br /&gt;
* [[Bisq Website Operator]]&lt;br /&gt;
* [[Bisq Analytics Operator]]&lt;br /&gt;
* [[Bisq Forum Operator]]&lt;br /&gt;
* [[BSQ Explorer Operator]]&lt;br /&gt;
* [[Tor Relay Operator]]&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
===GitHub===&lt;br /&gt;
&lt;br /&gt;
====Team====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/ops @bisq-network/ops]&lt;br /&gt;
&lt;br /&gt;
====Repositories====&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bisq-network/ops&lt;br /&gt;
&lt;br /&gt;
=== Chat ===&lt;br /&gt;
&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#ops&amp;lt;/code&amp;gt; channel&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#ops-alerts&amp;lt;/code&amp;gt; channel&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=626</id>
		<title>MediaWiki:Darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=626"/>
		<updated>2020-03-24T09:43:00Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 2.125em 2.25em 2.25em 2.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Wiki_Operator&amp;diff=478</id>
		<title>Wiki Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Wiki_Operator&amp;diff=478"/>
		<updated>2020-03-10T08:05:27Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a stub for the Wiki Operator role.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
https://github.com/bisq-network/roles/issues/92&lt;br /&gt;
&lt;br /&gt;
== Team ==&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/wiki-operators/members @bisq-network/wiki-operators]&lt;br /&gt;
&lt;br /&gt;
== Duties ==&lt;br /&gt;
* Owning and renewing the bisq.wiki domain name&lt;br /&gt;
* Administering bisq.wiki DNS records&lt;br /&gt;
* Operating and administering the Mediawiki instance at bisq.wiki, including:&lt;br /&gt;
** Adding and maintaining plugins&lt;br /&gt;
** Daily Backups&lt;br /&gt;
*** Full MySQL database dump&lt;br /&gt;
*** Full filesystem archive of webroot&lt;br /&gt;
*** Off-site mirror of backup&lt;br /&gt;
* Triaging incoming issues to the bisq-network/wiki repository&lt;br /&gt;
&lt;br /&gt;
== Rights ==&lt;br /&gt;
* Admin access to the bisq-network/wiki repository&lt;br /&gt;
* TBD&lt;br /&gt;
&lt;br /&gt;
== Bonding ==&lt;br /&gt;
Required but specifics are TBD.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=369</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=369"/>
		<updated>2020-03-01T08:57:08Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body, #mw-head, div#mw-panel {&lt;br /&gt;
    background-color: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 2.125em 2.25em 2.25em 2.25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Pricenode_Operator&amp;diff=348</id>
		<title>Pricenode Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Pricenode_Operator&amp;diff=348"/>
		<updated>2020-02-28T03:58:35Z</updated>

		<summary type="html">&lt;p&gt;Wiz: /* Duties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a stub for the Pricenode Operator role. See also https://github.com/bisq-network/bisq/blob/master/pricenode/README.md.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=== Issue ===&lt;br /&gt;
https://github.com/bisq-network/roles/issues/14&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/pricenode-operators/members @bisq-network/pricenode-operators]&lt;br /&gt;
&lt;br /&gt;
=== Duties ===&lt;br /&gt;
* Setup and maintain a suitable hosting environment for the pricenode&lt;br /&gt;
* Maintain an active BitcoinAverage &amp;quot;startup&amp;quot; plan subscription&lt;br /&gt;
* Operate your pricenode using the [https://github.com/bisq-network/bisq/tree/master/pricenode#how-to-deploy-for-production current pricenode documentation] from bisq ops team leader&lt;br /&gt;
* Run collectd with the [https://github.com/bisq-network/bisq/tree/master/pricenode#Monitoring current monitoring documentation] from bisq-monitoring operator&lt;br /&gt;
* Maintain your Tor onion hostname in the [https://github.com/bisq-network/bisq/blob/master/core/src/main/java/bisq/core/provider/ProvidersRepository.java#L38 Bisq pricenode provider repository]&lt;br /&gt;
&lt;br /&gt;
=== Rights ===&lt;br /&gt;
* Claim 100 USD compensation each cycle&lt;br /&gt;
&lt;br /&gt;
=== Bonding ===&lt;br /&gt;
Required. See https://github.com/bisq-network/bisq/blob/42a037e/core/src/main/java/bisq/core/dao/state/model/governance/BondedRoleType.java#L59&lt;br /&gt;
&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Pricenode_Operator&amp;diff=347</id>
		<title>Pricenode Operator</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Pricenode_Operator&amp;diff=347"/>
		<updated>2020-02-28T03:57:04Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a stub for the Pricenode Operator role. See also https://github.com/bisq-network/bisq/blob/master/pricenode/README.md.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=== Issue ===&lt;br /&gt;
https://github.com/bisq-network/roles/issues/14&lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/pricenode-operators/members @bisq-network/pricenode-operators]&lt;br /&gt;
&lt;br /&gt;
=== Duties ===&lt;br /&gt;
* Setup and maintain a suitable hosting environment for the pricenode&lt;br /&gt;
* Maintain an active BitcoinAverage &amp;quot;startup&amp;quot; plan subscription&lt;br /&gt;
* Operate your pricenode using the [https://github.com/bisq-network/bisq/tree/master/pricenode#how-to-deploy-for-production current pricenode documentation] from bisq ops team leader&lt;br /&gt;
* Run collectd with the [https://github.com/bisq-network/bisq/tree/master/pricenode#Monitoring current monitoring documentation] from bisq-monitoring operator&lt;br /&gt;
&lt;br /&gt;
=== Rights ===&lt;br /&gt;
* Claim 100 USD compensation each cycle&lt;br /&gt;
&lt;br /&gt;
=== Bonding ===&lt;br /&gt;
Required. See https://github.com/bisq-network/bisq/blob/42a037e/core/src/main/java/bisq/core/dao/state/model/governance/BondedRoleType.java#L59&lt;br /&gt;
&lt;br /&gt;
[[Category:Stubs]]&lt;br /&gt;
[[Category:Roles]]&lt;br /&gt;
[[Category:Operator]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=319</id>
		<title>MediaWiki:Darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=319"/>
		<updated>2020-02-26T15:29:47Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 4.25em 3.5em 4.5em 4.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=318</id>
		<title>MediaWiki:Darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=318"/>
		<updated>2020-02-26T15:29:30Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body, #mw-head, div#mw-panel {&lt;br /&gt;
    background-color: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 4.25em 3.5em 4.5em 4.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=317</id>
		<title>MediaWiki:Darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=317"/>
		<updated>2020-02-26T15:29:01Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect users of the DarkVector skin */&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=316</id>
		<title>MediaWiki:Darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Darkvector.css&amp;diff=316"/>
		<updated>2020-02-26T15:28:19Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;/* CSS placed here will affect users of the DarkVector skin */&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will affect users of the DarkVector skin */&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=User:Wiz/darkvector.css&amp;diff=309</id>
		<title>User:Wiz/darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=User:Wiz/darkvector.css&amp;diff=309"/>
		<updated>2020-02-26T15:22:44Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=User:Wiz/darkvector.css&amp;diff=308</id>
		<title>User:Wiz/darkvector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=User:Wiz/darkvector.css&amp;diff=308"/>
		<updated>2020-02-26T15:22:30Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;body, #mw-head, div#mw-panel {     background-color: #f7f7f7; }  body {     font-family: 'IBM Plex Sans', sans-serif; }   .mw-body h1, .mw-body-content h1, .mw-body-content h2...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body, #mw-head, div#mw-panel {&lt;br /&gt;
    background-color: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 4.25em 3.5em 4.5em 4.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 100%;&lt;br /&gt;
    margin: 0 0.6em 0 1.3em;&lt;br /&gt;
    width: 10em;&lt;br /&gt;
    height: 90px;  &lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
#p-logo {&lt;br /&gt;
    height: 70px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=158</id>
		<title>MediaWiki:Vector.css</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=MediaWiki:Vector.css&amp;diff=158"/>
		<updated>2020-02-22T15:25:11Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;body, #mw-head, div#mw-panel {     background-color: #f7f7f7; }  body {     font-family: 'IBM Plex Sans', sans-serif; }   .mw-body h1, .mw-body-content h1, .mw-body-content h2...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body, #mw-head, div#mw-panel {&lt;br /&gt;
    background-color: #f7f7f7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    font-family: 'IBM Plex Sans', sans-serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    padding: 4.25em 3.5em 4.5em 4.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
      margin-left: 10.5em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#left-navigation, #right-navigation {&lt;br /&gt;
   margin-top: 5.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs {&lt;br /&gt;
    padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
    border-bottom-color: #ececec;&lt;br /&gt;
    margin-bottom: 1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-logo a {&lt;br /&gt;
    background-size: 50%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li, .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.vectorTabs span a {&lt;br /&gt;
    padding-top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.wikitable &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; tr &amp;gt; td, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th, .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
    border: 1px solid #ebebeb;&lt;br /&gt;
    padding: 0.2em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    height: 8em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div#p-personal {&lt;br /&gt;
    top: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#simpleSearch input {&lt;br /&gt;
    border-color: #ebebeb;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a:visited {&lt;br /&gt;
    color: #177a22;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
a:visited {&lt;br /&gt;
    color: #0c6816;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
    background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.vectorTabs li a {&lt;br /&gt;
    color: #26b135;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.toc {&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;br /&gt;
.toc, .mw-warning, .toccolours {&lt;br /&gt;
    border: 1px solid #ededed;&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.toc .toctitle {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px) {&lt;br /&gt;
    .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, #footer {&lt;br /&gt;
        margin-left: 14.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    padding-top: 1.5em;&lt;br /&gt;
    padding-bottom: 1.17em;&lt;br /&gt;
    border-bottom: 1px solid #f1f1f1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.mw-body-content h2 {&lt;br /&gt;
    margin-top: 3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and (min-width: 982px){&lt;br /&gt;
    #mw-panel {&lt;br /&gt;
        padding-left: 1.5em;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-page-base {&lt;br /&gt;
    background-image:none&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal .body {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-panel .portal h3 {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
    border-bottom: 1px solid #e5e5e5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* FONT _ IBM Plex */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZGUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZPUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZIUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZEUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdLBDGN9yT0.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin Italic'), local('IBMPlexSans-ThinItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZLUdLBDGN9.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight Italic'), local('IBMPlexSans-ExtraLightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light Italic'), local('IBMPlexSans-LightItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium Italic'), local('IBMPlexSans-MediumItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold Italic'), local('IBMPlexSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINce_fuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINccvfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINceffuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfuJGl18QRY.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold Italic'), local('IBMPlexSans-BoldItalic'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcdvfuJGl18Q.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGqZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuE6ZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuFKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGKZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJW9XjDlN8.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 100;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Thin'), local('IBMPlexSans-Thin'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX-KVElMYYaJe8bpLHnCwDKjbLuF6ZJW9XjDg.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 200;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans ExtraLight'), local('IBMPlexSans-ExtraLight'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjR7_AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 300;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 400;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans'), local('IBMPlexSans'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjSL9AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIxsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;&lt;br /&gt;
}&lt;br /&gt;
/* cyrillic */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIVsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;&lt;br /&gt;
}&lt;br /&gt;
/* greek */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIJsdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0370-03FF;&lt;br /&gt;
}&lt;br /&gt;
/* vietnamese */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI5sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0102-0103, U+0110-0111, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;&lt;br /&gt;
}&lt;br /&gt;
/* latin-ext */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;&lt;br /&gt;
}&lt;br /&gt;
/* latin */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: 'IBM Plex Sans';&lt;br /&gt;
  font-style: normal;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  font-display: swap;&lt;br /&gt;
  src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(https://fonts.gstatic.com/s/ibmplexsans/v7/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2) format('woff2');&lt;br /&gt;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=User:Wiz&amp;diff=75</id>
		<title>User:Wiz</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=User:Wiz&amp;diff=75"/>
		<updated>2020-02-11T02:25:41Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;thumb&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Bisq-booth.png|thumb]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=File:Bisq-booth.png&amp;diff=74</id>
		<title>File:Bisq-booth.png</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=File:Bisq-booth.png&amp;diff=74"/>
		<updated>2020-02-11T02:25:35Z</updated>

		<summary type="html">&lt;p&gt;Wiz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;bisq booth mockup&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
	<entry>
		<id>https://bisq.wiki/index.php?title=Ops_Team&amp;diff=64</id>
		<title>Ops Team</title>
		<link rel="alternate" type="text/html" href="https://bisq.wiki/index.php?title=Ops_Team&amp;diff=64"/>
		<updated>2020-02-06T02:09:23Z</updated>

		<summary type="html">&lt;p&gt;Wiz: Created page with &amp;quot;The Ops Team is responsible for operating Bisq infrastructure nodes and other Bisq services with high availability, in a decentralized and censorship-resistant manner, while r...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Ops Team is responsible for operating Bisq infrastructure nodes and other Bisq services with high availability, in a decentralized and censorship-resistant manner, while respecting the privacy and freedom of all Bisq users.&lt;br /&gt;
&lt;br /&gt;
See the individual [[#Roles]] below for further details.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Roles ==&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Node Operator]]&lt;br /&gt;
* [[Bisq Seednode Operator]]&lt;br /&gt;
* [[Bisq Pricenode Operator]]&lt;br /&gt;
* [[Bisq Markets Operator]]&lt;br /&gt;
* [[Bisq Website Operator]]&lt;br /&gt;
* [[Bisq Analytics Operator]]&lt;br /&gt;
* [[Bisq Forum Operator]]&lt;br /&gt;
* [[BSQ Explorer Operator]]&lt;br /&gt;
* [[Tor Relay Operator]]&lt;br /&gt;
&lt;br /&gt;
==Infrastructure==&lt;br /&gt;
&lt;br /&gt;
===GitHub===&lt;br /&gt;
&lt;br /&gt;
====Team====&lt;br /&gt;
&lt;br /&gt;
[https://github.com/orgs/bisq-network/teams/ops @bisq-network/ops]&lt;br /&gt;
&lt;br /&gt;
====Repositories====&lt;br /&gt;
&lt;br /&gt;
* https://github.com/bisq-network/ops&lt;br /&gt;
&lt;br /&gt;
=== Chat ===&lt;br /&gt;
&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#btcnode&amp;lt;/code&amp;gt; channel&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#explorer&amp;lt;/code&amp;gt; channel&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#markets&amp;lt;/code&amp;gt; channel&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#pricenode&amp;lt;/code&amp;gt; channel&lt;br /&gt;
* [[Keybase]] &amp;lt;code&amp;gt;#seednode&amp;lt;/code&amp;gt; channel&lt;br /&gt;
&lt;br /&gt;
[[Category:Teams]]&lt;/div&gt;</summary>
		<author><name>Wiz</name></author>
		
	</entry>
</feed>