@import "./card";
@import "./card.md.vars";

// Material Design Card
// --------------------------------------------------

:host {
  --background: #{$card-md-background};
  --color: #{$card-md-color};

  @include margin($card-md-margin-top, $card-md-margin-end, $card-md-margin-bottom, $card-md-margin-start);
  @include border-radius($card-md-border-radius);

  font-size: $card-md-font-size;

  box-shadow: $card-md-box-shadow;
}
