/*
Theme Name: SDF
Description: Minimal custom theme for SDF
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sdf
*/

:root {}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}


