@import url('./colors.css');
@import url('./fonts.css');
@import url('./globals.css');
@import url('./typography.css');
/* @import url('./variables.css'); */
@import url('./spacing.css');
@import url('./radius.css');

@media only screen and (min-width: 1600px) {
  /* XXL */
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* XL */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* LG */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* MD */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* SM */
}

@media only screen and (max-width: 575px) and (orientation: portrait) {
  /* XS */
}
