/*
Theme Name: FSDH Business Solution
Theme URI: https://fsdhgroup.com/
Author: Daniel meduoye
Author URI: https://fsdhgroup.com/
Description: A custom WordPress theme for FSDH Business Solution.
Version: 1.0.0
Text Domain: fsdh-business
*/

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  line-height: 1.6;
}
