/**
*
*   Name:       Peyda Font
*   Version:    1.0
*   Source:     fontiran.com / peyda font
*   For:        Nolix.ir - Flatsome Child Theme
*   Notes:      Files live in flatsome-child/fonts/PeydaWeb-*.woff(2)
*               This file is auto-loaded when "peyda" is selected as the
*               font in Flatsome Child Theme Options > Typography.
*
**/

/* 100 - Thin */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../../../fonts/PeydaWeb-Thin.woff2') format('woff2'),
         url('../../../fonts/PeydaWeb-Thin.woff') format('woff');
}

/* 200 - ExtraLight */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../../../fonts/peydaWeb-extralight.woff2') format('woff2'),
         url('../../../fonts/peydaWeb-extralight.woff') format('woff');
}

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

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

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

/* 600 - SemiBold */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../../fonts/PeydaWeb-SemiBold.woff2') format('woff2'),
         url('../../../fonts/PeydaWeb-SemiBold.woff') format('woff');
}

/* 700 - Bold */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../../fonts/PeydaWeb-Bold.woff2') format('woff2'),
         url('../../../fonts/PeydaWeb-Bold.woff') format('woff');
}

/* 800 - ExtraBold */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../../../fonts/PeydaWeb-ExtraBold.woff2') format('woff2'),
         url('../../../fonts/PeydaWeb-ExtraBold.woff') format('woff');
}

/* 900 - Black */
@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../../fonts/PeydaWeb-Black.woff2') format('woff2'),
         url('../../../fonts/PeydaWeb-Black.woff') format('woff');
}

/* Apply Peyda globally - matches the pattern of the other Iran Flatsome font files */
body {
    font-family: peyda, roboto, Arial, sans-serif !important;
}

.nav > li > a {
    font-family: peyda, roboto, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: peyda, roboto, Arial, sans-serif !important;
}

.alt-font {
    font-family: peyda, roboto, Arial, sans-serif !important;
}
