@import url("./7sur7/fonts.css");
@import url("./7sur7/lang.css");
@import url("./7sur7/colors.css");
@import url("./7sur7/parts.css");

body,
:root,
:host {
    
	/* For now, as we cannot support dark mode consistently yet 
	 * https://pupungbp.com/how-to-prevent-the-website-color-change-from-dark-mode/
	 */
	color-scheme: light only;
	
    --styling-id: '7sur7';
	--padding: 14px;
    --brand-logo: url('data:image/svg+xml;charset=utf8,<svg width="100%" height="100%" viewBox="0 0 1498 587" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Artboard1" transform="matrix(0.77992,0,0,0.542703,0,0)"><rect x="0" y="0" width="1920" height="1080" style="fill:none;"/><g id="BUG" transform="matrix(1.28218,0,0,1.84263,-270.896,-448.333)"><g><g><path d="M658.4,250.1L658.4,357.1L442.9,819.5L266.3,819.5L481.8,357.1L348.9,357.1L348.9,410.2L220.4,410.2L220.4,250.1L658.4,250.1Z" style="fill:black;fill-rule:nonzero;"/></g><g><path d="M1701.5,250.1L1701.5,356.9L1701.4,357.1L1485.9,819.5L1309.3,819.5L1524.8,357.1L1392,357.1L1392,410.2L1263.5,410.2L1263.5,250.1L1701.5,250.1Z" style="fill:black;fill-rule:nonzero;"/></g><g><g><g><path d="M679.9,250.1L679.9,821L1186.9,821L1243.9,709.6L1243.9,250.1L679.9,250.1ZM805.5,507.5C823.8,522.5 845.1,535.9 853.2,545.9C861.3,556 869,569 869,593.7L869,594.9C869,631.7 839.2,658.7 802.4,658.7C765.6,658.7 735.8,631.7 735.8,594.9C735.8,583 736,568.5 736,568.5L785.4,568.5L785.6,595.7C785.6,606.5 790.8,614.5 801.7,614.5C812.5,614.5 818.4,606.5 818.4,595.7C818.4,581.9 817.7,575.6 799.4,560.7C781.1,545.8 759.8,532.3 751.7,522.3C743.6,512.2 735.9,499.4 735.9,474.7L735.9,473.3C735.9,436.5 765.7,409.5 802.5,409.5C839.3,409.5 869.1,436.5 869.1,473.3C869.1,485.2 868.9,494 868.9,494L819.5,494L819.3,472.5C819.3,461.7 813.8,453.7 802.9,453.7C792,453.7 786.5,461.7 786.5,472.5C786.5,486.2 787.2,492.5 805.5,507.5ZM951.9,658.7C915.1,658.7 885.3,631.7 885.3,594.9C885.3,583 885.5,411.4 885.5,411.4L934.9,411.4L935.1,595.7C935.1,606.3 941.6,614.1 952,614.5C962.4,614.1 968.9,606.3 968.9,595.7L969.1,411.4L1018.5,411.4C1018.5,411.4 1018.7,583.1 1018.7,594.9C1018.5,631.7 988.7,658.7 951.9,658.7ZM1130.8,658C1130.8,658 1122.9,648 1122.9,629.5C1122.9,611 1122.8,577.4 1122.8,577.4C1122.8,566.8 1116.3,559.2 1105.9,558.8L1088.9,558.8L1088.9,658L1039.5,658L1039.5,411.7L1106,411.7C1148.8,411.7 1172.1,433.4 1172.6,473.4C1172.6,459.1 1172.6,471.7 1172.6,474.5C1172.6,475.2 1172.6,475.1 1172.6,474.5L1172.6,473.4L1172.6,482.2L1172.7,488.6C1172.7,513.2 1164.1,525.5 1147.8,535.6C1164.1,543.8 1172.7,558.1 1172.7,577.9C1172.7,577.9 1172.6,609.2 1172.6,629.9C1172.6,650.5 1180.4,658.1 1180.4,658.1L1130.8,658.1L1130.8,658Z" style="fill:rgb(209, 10, 16);fill-rule:nonzero;"/></g></g><g><path d="M1106,456.7L1089,456.7L1089,511.4L1106,511.4C1116.4,511 1122.9,503.4 1122.9,492.8L1122.9,475.3C1122.8,464.7 1116.3,457.1 1106,456.7Z" style="fill:rgb(209, 10, 16);fill-rule:nonzero;"/></g></g></g></g></g></svg>');

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
b {
    font-weight: var(--font-weight-medium);
}