@use '@angular/material' as mat;
@mixin svm-theme-typo-styles($config-or-theme) {
  // Extract the typography configuration in case a theme has been passed.
  $config: mat.m2-get-typography-config($config-or-theme);

  // SAMPLE - unused
  .candy-carousel {
    font: {
      family: mat.m2-font-family($config, body-1);
      size: mat.m2-font-size($config, body-1);
      weight: mat.m2-font-weight($config, body-1);
    }
  }
}
