/* Conference Pro React App Styles */
/* This file is loaded by WordPress but the main styles are bundled in the JavaScript */

.conference-pro-app {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.conference-pro-app * {
  box-sizing: border-box;
}

