// Import a pre-built theme
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber';
// Import your custom input theme file so you can call the custom-input-theme function
@import 'datepicker/calendar.component.scss';

// Using the $theme variable from the pre-built theme you can call the theming function
@include calendar-theme($theme);

body {
  font-family: Roboto, "Segoe UI", "Helvetica Neue",sans-serif;
  margin: 0;
}
p {
    margin: 16px;
}
