/*
Theme Name: Selim Workshop
Theme URI: https://github.com/SelimKandaz
Author: Selim Kandaz
Author URI: https://github.com/SelimKandaz
Description: A lightweight technical portfolio theme for Selim Kandaz.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: selim-workshop
*/

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #07111c;
  color: #e8eef6;
  font-family: var(--selim-font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

a {
  color: inherit;
}
