/*
Theme Name: GUSTO
Theme URI: https://elementor.com/hello-theme/
Description: Child theme de Hello Elementor
Author: Dimitri Tonnaire
Author URI: https://dimitritonnaire.tech
Template: hello-elementor
Version: 1.0.0
Text Domain: gusto
*/

/* Sofia Sans - local fonts */
/*
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Thin.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-ExtraLight.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Light.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
  */

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Regular.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Medium.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Bold.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-ExtraBold.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Black.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Italic */

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-Italic.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-LightItalic.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-MediumItalic.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-SemiBoldItalic.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
*/
/*
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/gusto/font/SofiaSans-BoldItalic.woff2') format('woff2'),
       url('/wp-content/themes/gusto/font/SofiaSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*/
body,
button,
input,
textarea,
select {
  font-family: 'Sofia Sans', Arial, sans-serif;
}

.hs-form,
.hs-form *,
.hbspt-form,
.hbspt-form * {
  font-family: 'Sofia Sans', Arial, sans-serif !important;
}