/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
  /* Main Colors */
  --primary-libex: #5091cd;
  --secondary-libex: #3c4856;
  --accent-libex: #c77392;
  --text-libex: #a0acbd;
  --text-dark-libex: #2c3642;

  /* Essential Colors */
  --white-libex: #ffffff;
  --black-libex: #000000;
  --gray-light-libex: #f5f7fa;
  --gray-medium-libex: #e2e8f0;

  /* Background Colors with Opacity */
  --primary-libex-bg-libex: rgba(80, 145, 205, 0.14);
  --secondary-libex-bg-libex: rgba(60, 72, 86, 0.14);
  --accent-libex-bg-libex: rgba(199, 115, 146, 0.14);
  --text-libex-bg-libex: rgba(160, 172, 189, 0.14);
  --black-libex-bg-libex: rgba(0, 0, 0, 0.14);
}

body{
  overflow-x: hidden;
}

footer.wp-block-template-part{
  margin-top:0;
}