/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* Import Tachyons for original design */
@import url('https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Original BitVPS styles - white background */
body {
  background-color: white !important;
  color: black !important;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
}

a {
  color: #4873E5;
  text-decoration: none;
}

a:hover {
  color: #C8D7F7;
}

* {
  font-family: 'Roboto', sans-serif;
}

.brand-color {
  color: #4873E5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

/* Tailwind is NOT loaded here - only in admin panel */


