(node) util.print is deprecated. Use console.log instead.
@charset "utf-8";
/*

the original golab colors

*/
/*
@primaryColor: #00BACC;
@primaryColorLight: #92D6E3;
@primaryColorText: #00B7CD;

@secondaryColor: #FAA519;
@secondaryColorLight: #FDBE63;
@secondaryColorText: #FAA519;

@tertiaryColor: #939597;
@tertiaryColorLight: #f5f5f5;
@tertiaryColorText: #3f3f3f;
*/
.golabTitleFont {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.75px;
  font-kerning: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-feature-settings: "liga" 0;
}
/*

the new graasp golab colors

*/
.box {
  padding: 10px;
  width: 5em;
  height: 1em;
}
/*
    primary colors
*/
.primary {
  color: #ffffff;
  background: #4444ad;
}
.textPrimary {
  color: #4444ad;
}
.primaryLight {
  color: #ffffff;
  background: #abaeff;
}
.textPrimaryLight {
  color: #abaeff;
}
.primaryText {
  color: #ffffff;
  background: #0d0592;
}
.textPrimaryText {
  color: #0d0592;
}
/*
    secondary colors
*/
.secondary {
  color: #ffffff;
  background: #1bb71f;
}
.textSecondary {
  color: #1bb71f;
}
.secondaryLight {
  color: #ffffff;
  background: #74f257;
}
.textSecondaryLight {
  color: #74f257;
}
.secondaryText {
  color: #ffffff;
  background: #00a00c;
}
.textSecondaryText {
  color: #00a00c;
}
/*
    tertiary colors
*/
.tertiary {
  color: #ffffff;
  background: #939597;
}
.textTertiary {
  color: #939597;
}
.tertiaryLight {
  color: #ffffff;
  background: #ebebeb;
}
.textTertiaryLight {
  color: #ebebeb;
}
.tertiaryText {
  color: #ffffff;
  background: #646464;
}
.textTertiaryText {
  color: #646464;
}
