/*
Theme Name: Connect Warehousing Theme
Theme URI: https://bornagency.co.uk/
Author: Born Agency
Author URI: https://bornagency.co.uk/
Description: Custom base theme by Born Agency, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Born
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ====== BASICS ====== */
body, p, span, a, h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}
img{
  max-width: 100%;
}
a:hover{
  text-decoration: none;
}
:focus{
	outline: none!important;
}
body{
  min-height: 100vh;
}
.btn {
    border-radius: 0!important;
}
div, body, span, a{
  background-size: cover;
  background-position: center;
}
p, a{
  color: inherit;
}
div, span, p, h1, h2, h3, h4, h5, h6, a, img, input, button, :hover{
  transition: 0.2s;
}

.overflow-visible{
  overflow: visible!important;
}

@media ( max-width: 992px ){
  .wp-block-media-text__media img, .wp-block-media-text__media video{
    width: auto;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
    text-align: center;
  }
  .custom-logo{
    max-width: 60%;
  }
}
