@import "../config";
@import "../mixins/main";

body {
  @include common-text-style();
  font-family: $font-family;
}

h1 {
  font-size: $title-font-size;
  font-weight: $title-font-weight;
  margin: 0 0 $title-margin 0;
}

p {
  margin: 0 0 $paragraph-margin;
  text-align: justify;
}

a {
  $color: $font-color;
  color: $color;

  @include anchor-btn-hover-style();
}

#{$class-prefix}-image {
  color: $font-color;
}

.text {
  &-right {
    text-align: right;
  }
}