/*
 Theme Name:   AEON
 Theme URI:    https://smartfire.pro
 Author:       Smartfire SAS
 Author URI:   https://smartfire.pro
 Template:     smartfire-wordpress-theme-v1
 Version:      1.0.0
*/
@font-face {
  font-family: "Rama Gothic E";
  font-weight: 400;
  src: url("./assets/fonts/RamaGothicE-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Rama Gothic E";
  font-weight: 300;
  src: url("./assets/fonts/RamaGothicE-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Rama Gothic E";
  font-weight: 600;
  src: url("./assets/fonts/RamaGothicE-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Rama Gothic E";
  font-weight: 900;
  src: url("./assets/fonts/RamaGothicE-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "SATA 1 Outline";
  src: url("./assets/fonts/SATA1-Outline.otf") format("truetype");
}

@font-face {
  font-family: "SATA 1";
  src: url("./assets/fonts/SATA1-Regular.otf") format("truetype");
}

.editor-styles-wrapper {
  font-family: "Rama Gothic E";
  font-size: 22px;
  color: #21244d;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./assets/fonts/NunitoSans.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter.ttf") format("truetype");
}

.relative {
  position: relative;
}

.padding-contact > div {
  padding: 0 10vw 0 0;
}
@media screen and (max-width: 1440px) {
  .padding-contact > div {
    padding: 0;
  }
}

@media (max-width: 781px) {
  .padding-contact {
    padding-bottom: 2em;
  }

  .padding-contact .wp-block-column:first-child {
    height: 200px;
  }

  .padding-contact .wp-block-column:first-child > figure,
  .padding-contact .wp-block-column:first-child > figure > img {
    height: 100%;
  }

  .padding-contact .wp-block-column:first-child > figure > img {
    object-fit: cover;
  }

  .about-us-images figure > img {
    height: 50px !important;
  }
}

.font-title {
  font-family: "Rama Gothic E", sans-serif;
}

p + .list-padding,
p + .wp-block-list {
  padding-inline-start: 28px;
}

.list-padding,
.wp-block-list {
  padding-inline-start: 18px;
}

.image-events {
  height: 100%;

  img {
    height: 100%;
  }
}
