/**
 * Theme Name:     Thalassor Suisse - Child Theme
 * Author:         Bruno Studer
 * Author URI:     https://wecode.swiss
 * Template:       thalassor
 * Version:        2.0
 * Text Domain:	   thalassor-child
 * Description:    Theme developed for the thalassor.ch websit by <a href="https://wecode.swiss">Wecode</a> (Bruno STUDER).
 */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: #000;
  display: block;
}

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.2rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.8rem;
}

.h6 {
  font-size: 0.6rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}
