/*
Theme Name: SmartThings 2024
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: SmartThings Marketing
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: SmartThings 2024 is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme designed for a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1706078086
Updated: 2024-01-24 06:34:46

*/
@import url('./assets/css/home-page.css');
@import url('./assets/css/archive.css');
@import url('./assets/css/footer.css');
@import url('./assets/css/before-footer.css');
@import url('./assets/css/search.css');
@import url('./assets/css/single.css');

@font-face {
    font-family: SamsungOne-Normal;
    src: url(./assets/fonts/SamsungOne-Normal.ttf) format("truetype");
}

@font-face {
    font-family: SamsungOne-Bold;
    src: url(./assets/fonts/SamsungOne-Bold.ttf) format("truetype");
}

@font-face {
    font-family: SamsungSharpSans-Bold;
    src: url(./assets/fonts/SamsungSharpSans-Bold.ttf) format("truetype");
}


body {
    font-family: SamsungOne-Normal;
    min-height: 100vh;
}

html {
    font-size: 18px !important;
    font-family: SamsungOne-Normal;
}

@media (max-width: 767px) {
    html {
        font-size: 16px !important;
    }
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #bdbdbd;
    border-radius: 10px;
    cursor: pointer;
}

h1 {
    font-size: 2.5rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

h2 {
    font-size: 2rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

h3 {
    font-size: 1.75rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

h4 {
    font-size: 1.5rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

h5 {
    font-size: 1.25rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

h6 {
    font-size: 1rem;
    font-family: SamsungSharpSans-Bold;
    color: black;
}

a {
    font-size: 1rem;
    font-family: SamsungOne-Normal;
    color: black;
}

p {
    font-size: 1rem;
    font-family: SamsungOne-Normal;
    color: black;
}

ol {
    font-size: 1rem;
    font-family: SamsungOne-Normal;
    color: black;
}

ul {
    font-size: 1rem;
    font-family: SamsungOne-Normal;
    color: black;
}

li {
    font-size: 1rem;
    font-family: SamsungOne-Normal;
    color: black;
}

figcaption {
    font-size: 0.8rem;
    padding-top: 10px;
    text-align: center;
}