-body {
- direction: rtl;
- font-family: Sahel WOL, sans-serif;
- line-height: 1.8;
- max-width: 37.5em;
- margin: 0 auto;
- padding: 0 1em;
-}
-a { text-decoration: none; }
-a:hover, a:focus { text-decoration: underline; }
-@media (prefers-color-scheme: dark) {
- body { background: #1c1c1c; color: white; }
- a:link { color: #acdeff; }
- a:visited { color: #f8f; }
- a:active { color: #e00; }
-}
-</style>
-</head>
+@font-face{font-family:sahel;font-weight:normal;
+src:local('Sahel WOL'),local('Sahel'),
+url('sahel.woff2')format('woff2');}
+@font-face{font-family:sahel;font-weight:bold;
+src:local('Sahel Bold WOL'),local('Sahel Bold'),
+url('sahelb.woff2')format('woff2');}
+body{font-family:sahel,sans-serif;line-height:1.8;padding:0 2em;}
+p{max-width:37.5em}
+a{text-decoration:none}a:hover,a:focus{text-decoration:underline}
+@media(prefers-color-scheme:dark){body{background:#1c1c1c;color:white;}
+a:link{color:#acdeff}a:visited{color:#f8f}a:active{color:#e00}}
+</style></head>