/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #34495e;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

html {
    scrollbar-color: #1fb4da #0f0b12;
    scrollbar-width: thin;
    overflow-x:hidden;
}

:where(p) {
    margin: 0 0 1.2em;
    font-family: 'Open Sans', sans-serif;
}
div{
    font-family: 'Open Sans', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Open Sans', sans-serif;
}





