/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Jazmin';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Jazmin-Bold.otf"); }

@font-face {
  font-family: 'Jazmin';
  font-weight: 600;
  src: url("/app/themes/florent/assets/fonts/Jazmin-SemiBold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular-Italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium-italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold-italic.otf"); }

@media (min-width: 981px) {
  .section-heading {
    padding: 100px 0 80px; } }

.section-heading .back-to-overview {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  gap: .5em;
  position: relative; }
  .section-heading .back-to-overview:before {
    content: '<';
    position: relative;
    top: -1px;
    font-size: 16px;
    transition: transform .3s ease-in-out; }
  .section-heading .back-to-overview:hover:before {
    transform: translateX(-10px);
    text-decoration: none; }

.section-heading .image {
  height: 325px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .section-heading .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    inset: 0; }

.section-heading .info {
  background-color: var(--turquoise);
  padding: 1.5em 2em;
  position: relative;
  margin-left: 3em;
  margin-top: -60px;
  text-transform: uppercase;
  max-width: 425px;
  color: var(--white); }
  .section-heading .info .meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .2em; }
    .section-heading .info .meta .author a {
      color: var(--white);
      transition: color .3s ease-in-out; }
      .section-heading .info .meta .author a:hover {
        color: var(--blue-light); }

/*# sourceMappingURL=heading.css.map */
