/******* README

Text alignment
DESKTOP
da-left/right/center

GLOBAL
a-left/right/center

STYLING
td-none (tar bort vid hover etc)
caps

COLORS
c-black
c-white

Line-height
lh-09/1/11/12 etc

Sizing
bold-40, regular40


README END ***/

/* Alignment global*/
.a-left {
  text-align: left;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

/* Alignment desktop */
@media screen and (min-width: 1026px) {
  .da-left {
    text-align: left;
  }

  .da-center {
    text-align: center;
  }

  .da-right {
    text-align: right;
  }
}

/* Resets */

/* Text sizes */
.lh-07 {
  line-height: 0.7em;
}

.lh-08 {
  line-height: 0.8em;
}

.lh-09 {
  line-height: 0.9em;
}

.lh-1 {
  line-height: 1em;
}

.lh-11 {
  line-height: 1.1em;
}

.lh-12 {
  line-height: 1.2em;
}

.lh-13 {
  line-height: 1.3em;
}

.lh-14 {
  line-height: 1.4em;
}

.lh-15 {
  line-height: 1.5em;
}

/* Text styling*/
.caps {
  text-transform: uppercase;
}

.td-none {
  text-decoration: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.highlight {
  font-size: 14px;
  color: var(--laser);
  font-weight: 400;
}

@media screen and (max-width: 1025px) {
}
