/*! Bootstrap 4 "Retro" Theme by HackerThemes, https://hackerthemes.com */

$primary: #303483;
$secondary: #ffd400;
$success: #4a8f3a;
$info: #2a7998;
$warning: #ff9d03;
$danger: #ca2d2a;
$dark: #202020;
$light: #d9d9d9;

$font-family-sans-serif: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default; //BS

@import '../../../node_modules/bootstrap/scss/bootstrap';
@import '../../../scss/common-utils';

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Shrikhand", sans-serif;

  &.text-danger {
    text-shadow: 4px 4px #ff9d03; //todo
  }

  .text-danger & {
    text-shadow: 4px 4px #ff9d03; //todo
  }
}

.display-1 {
  @include media-breakpoint-up(md) {
    font-size: 115px;
    line-height: 90px;
  }
}

