/* ==========================================================================
   1. FONTS & TYPOGRAPHY
   ========================================================================== */
// Custom 1: Fonts
@font-face {
  font-family: "SVN-Gilroy";
  src: url("/wp-content/fonts/SVN-Gilroy/SVN-Gilroy.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-SemiBold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Italic.woff2")
    format("woff2");
  font-weight: 300;
  font-style: italic;
}

body {
  font-family: "SVN-Gilroy";
}

h1,
h2 {
  font-weight: 800 !important;
}

h3,
h4,
strong,
bold {
  font-weight: 600 !important;
}

h5,
h6 {
  font-weight: 500 !important;
}

// End Custom 1: Fonts

.title-tab {
  font-size: 27px;
  font-weight: 500;
}
.title-tab-sub {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
.title-small {
  display: inline;
  background: #e63a27;
  color: white;
  border-radius: 99px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 20px;
  font-size: 15px;
}
.title-home {
  font-size: 37px;
  font-weight: 500;
  line-height: 49px;
  margin-top: 20px;
}