/*
Theme Name: Syscodes
Theme URI: http://localhost/syscodes
Description: Syscodes Communications restyle (Blocksy child), Fiber-inspired layout rhythm, existing brand tokens and copy.
Author: Syscodes Communication Limited
Template: blocksy
Version: 1.6.3
Text Domain: syscodes
*/

/* Base shell, component CSS loaded via functions.php */
html {
 scroll-behavior: smooth;
}

body.syscodes-redesign {
 margin: 0;
 font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 Helvetica, Arial, sans-serif;
 color: #24232a;
 background: #ffffff;
 -webkit-font-smoothing: antialiased;
}

body.syscodes-redesign img {
 max-width: 100%;
 height: auto;
}

.sc-site {
 min-height: 100vh;
 display: flex;
 flex-direction: column;
}

.sc-site > main {
 flex: 1;
}

