/*
 Theme Name:   Bricks Child Theme
 Theme URI:     
 Description:  Use this child theme to extend Bricks.
 Author:       Trung Hoang    
 Author URI:   https://trunghoang.id.vn/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

@media (max-width: 768px) {
  .hide_mobile {
    display: none;
  }
}

body {
  font-family: 'Google Sans Flex', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}