/*
 Theme Name:  OceanWP Child - WIUNIX
 Theme URI:   https://wiunix.com/
 Description: Lightweight child theme for OceanWP. Adds Prism.js code blocks with Copy, nicer typography, and custom CSS.
 Author:      WIUNIX
 Template:    oceanwp
 Version:     1.0.0
 Text Domain: oceanwp-wiunix-child
*/
:root{
  --wi-body: 'Vazirmatn','Noto Sans Arabic',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;
  --wi-heading: 'Vazirmatn','Noto Sans Arabic',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;
  --wi-mono: 'JetBrains Mono','Cascadia Code','Fira Code',ui-monospace,SFMono-Regular,Menlo,Consolas,'Liberation Mono','Courier New',monospace;
}
body{font-family:var(--wi-body);font-size:17px;line-height:1.75;color:#121212;}
h1,h2,h3,h4,h5{font-family:var(--wi-heading);line-height:1.25;}
.entry-content img{border-radius:12px;}
