/*
Theme Name: Diamond Industrial Inc
Theme URI: http://www.diamondindustrial-inc.com/
Description: A child theme for Twenty Twenty.
Author: Md. Sayeed Mallik
Author URI: https://sahaz.org
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Raleway', sans-serif;
}
.entry-content {
    font-family: 'Raleway', sans-serif;
}
.primary-menu > li {
    margin: 0.8rem 0 0 3rem;
}
.primary-menu a {
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
    color:#ddd;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #000000!important;
}
.footer-copyright{
    font-size: 11px;
    color: #CCCCCC;
    font-family: open-sans, sans-serif;
    font-weight: 400;
}
#site-footer a {
    text-decoration: none;
    display: none;
}
#site-footer .section-inner {
    align-items: baseline;
    display: flex;
    justify-content: center;
}