/*
Theme Name: Custom HyperPay Theme
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A custom theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-hyperpay-theme
*/

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  color: #0a3254;
}

.bg-hospitality {
    background-color: #9faad6 !important;
}
.mx-auto .items-center .p-6 {
    min-width: 300px;
}