/*
Theme Name: Awnas Contracting Co Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: 'Raleway' !important;
}
html {
  scroll-behavior: smooth;
}

.custom-blog-section {
    background-color: #1a1a1a;
    padding: 30px;
    color: white;
}

.custom-blog-section .blog-post-item {
    margin-bottom: 20px;
    background-color: #2c2c2c;
    padding: 20px;
    border-radius: 10px;
}

.custom-blog-section .blog-post-item h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.custom-blog-section .blog-post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.custom-blog-section .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #515b97;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.custom-blog-section .read-more:hover {
    background-color: #4a5388;
}
