/* =========================================================
   FONT FACE DECLARATIONS
   CSS FILE LOCATION:
   /dist/css/style.min.css

   FONT FILE LOCATION:
   /dist/fonts/
   ========================================================= */


/* ---------------------------------------------------------
   Inter Regular
--------------------------------------------------------- */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
         url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   PP Eiko Regular
--------------------------------------------------------- */
@font-face {
    font-family: 'PP Eiko';
    src: url('../fonts/PPEiko-Regular.woff2') format('woff2'),
         url('../fonts/PPEiko-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   PP Neue Montreal Book
--------------------------------------------------------- */
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
         url('../fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   SF Pro Display Regular
--------------------------------------------------------- */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   SF Pro Display Medium
--------------------------------------------------------- */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   SF Pro Display Semibold
--------------------------------------------------------- */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
         url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
         url('../fonts/SFProDisplaySemibold.ttf') format('truetype'),
         url('../fonts/SFProDisplay-Semibold.eot');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Sans Light
--------------------------------------------------------- */
@font-face {
    font-family: 'Sans Light';
    src: url('../fonts/Sans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Season Sans Regular
--------------------------------------------------------- */
@font-face {
    font-family: 'Season Sans';
    src: url('../fonts/SeasonSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Agro
--------------------------------------------------------- */
@font-face {
    font-family: 'Agro';
    src: url('../fonts/agro.woff2') format('woff2'),
         url('../fonts/agro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Basis
--------------------------------------------------------- */
@font-face {
    font-family: 'Basis';
    src: url('../fonts/basis.woff2') format('woff2'),
         url('../fonts/basis.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   E Light
--------------------------------------------------------- */
@font-face {
    font-family: 'E Light';
    src: url('../fonts/e_light.woff2') format('woff2'),
         url('../fonts/e_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Intl
--------------------------------------------------------- */
@font-face {
    font-family: 'Intl';
    src: url('../fonts/intl.woff2') format('woff2'),
         url('../fonts/intl.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Mix Light
--------------------------------------------------------- */
@font-face {
    font-family: 'Mix';
    src: url('../fonts/mix_light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ---------------------------------------------------------
   Mix Regular
--------------------------------------------------------- */
@font-face {
    font-family: 'Mix';
    src: url('../fonts/mix_regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* =========================================================
   OPTIONAL CSS VARIABLES
   ========================================================= */

:root {
    --font-inter: 'Inter', sans-serif;
    --font-ppeiko: 'PP Eiko', serif;
    --font-ppneue: 'PP Neue Montreal', sans-serif;
    --font-sfpro: 'SF Pro Display', sans-serif;
    --font-seasonsans: 'Season Sans', sans-serif;
    --font-agro: 'Agro', sans-serif;
    --font-basis: 'Basis', sans-serif;
    --font-intl: 'Intl', sans-serif;
    --font-mix: 'Mix', sans-serif;
}










:root {
    --font-suisse: "Suisse Intl";
    
    
}





#primary {
    margin-top: 50px;
}


#wpforms-1543-field_134_1 {
    color:  #D0342C;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 600;
}