/**
 * 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-content {
    padding-top: 20px; } }

.section-content .container .text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em; }
  @media (min-width: 981px) {
    .section-content .container .text {
      grid-template-columns: repeat(2, 1fr);
      gap: 2em; } }
  .section-content .container .text p {
    margin: 0; }
  .section-content .container .text blockquote {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500; }
    @media (max-width: 980px) {
      .section-content .container .text blockquote {
        margin-left: 0; } }
    @media (min-width: 981px) {
      .section-content .container .text blockquote {
        margin: 0; } }

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