:root {
  --main-color: #ffcc00;
  --secondary-color: #ff6d37;
  --light-color: #fff2bf;
  --dark-color: #535359;
  --font-family: 'Seravek', sans-serif;
}

.c-heading h1,
.c-heading h2,
.c-heading h3,
.c-heading h4,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4 {
  font-weight: 700;
}

@font-face {
  font-family: 'Seravek';
  src: url('/wp-content/themes/pierrefabre_shared_theme_2/resources/fonts/seravek-regular.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'Seravek';
  src: url('/wp-content/themes/pierrefabre_shared_theme_2/resources/fonts/seravek-bold.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Seravek';
  src: url('/wp-content/themes/pierrefabre_shared_theme_2/resources/fonts/seravek-italic.woff2')
    format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
