/*
Theme Name: CT
Theme URI: https://codethread.io
Author: Hassan
Author URI: https://codethread.io
Description: A custom theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: CT
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@100..900&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden;
}

a:focus,
a:active,
a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

