/*
Theme Name: Trade TTT Child Theme
Theme URI: http://example.com/twenty-twenty-three-child/
Description: Twenty Twenty-One Child Theme
Author: Joe Shrimpton
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.0
*/

body {
    background-color: #fff;
    padding-left: 4%!important;
    padding-right: 4%!important;
}

/* Reset WP/theme styling inside the app only */
.trade-app :is(button, input, select, textarea) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* Re-enable your own form borders/backgrounds via Tailwind classes */
.trade-app button {
  background-image: none;
}

/* Kill WP block theme button styles */
.trade-app :is(.wp-element-button, .wp-block-button__link) {
  all: unset;
}
