/*
Theme Name: Koushick Portfolio
Theme URI: https://example.com/
Author: Koushick
Author URI: https://example.com/
Description: A clean portfolio theme for Koushick
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koushick-portfolio
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

/* Add all your custom styles here — like header, nav, sections, etc. */
/* You can copy the full CSS I gave you in earlier messages! */