/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/
@font-face {
    font-family: 'D Sari';
    src: url('fonts/DSari_Bold-webfont.woff') format('woff'),
        url('fonts/DSari_Bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Proxima Nova: Regular */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular.woff') format('woff'),
        url('fonts/proximanova-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Proxima Nova: Regular Italic */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-italic.woff') format('woff'),
        url('fonts/proximanova-italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*! Proxima Nova: Bold */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-bold.woff') format('woff'),
        url('fonts/proximanova-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*! Proxima Nova: Bold Italic */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-bolditalic.woff') format('woff'),
        url('fonts/proximanova-bolditalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/*! Proxima Nova: Light */

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

/*! Proxima Nova: Light Italic */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-lightitalic.woff') format('woff'),
        url('fonts/proximanova-lightitalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*! Proxima Nova: Semibold */

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-semibold.woff') format('woff'),
        url('fonts/proximanova-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Setting the base font size */

:root {
    font-size: 18px;
    --primary-font: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --secondary-font: 'D Sari', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
