/**
 * @author Vimalraj Chandra Sekaran (vchandr4)
 * Email:vchandr4@mazdausa.com
 * Redesigned on:4/19/2018 12:00 PM
 */

@font-face{
    font-family:'Mazda Type';
    font-style:normal;
    font-weight:400;
    src:url('MazdaType-Regular.woff2') format("woff2"),
        url('MazdaType-Regular.woff') format("woff"),
        url('MazdaType-Regular.eot') format("embedded-opentype")
}

@font-face{
    font-family:'Mazda Type';
    font-style:italic;
    font-weight:400;
    src:url('MazdaType-Italic.woff2') format("woff2"),
        url('MazdaType-Italic.woff') format("woff"),
        url('MazdaType-Italic.eot') format("embedded-opentype")
}

@font-face{
    font-family:'Mazda Type';
    font-style:normal;
    font-weight:700;
    src:url('MazdaType-Bold.woff2') format("woff2"),
        url('MazdaType-Bold.woff') format("woff"),
        url('MazdaType-Bold.eot') format("embedded-opentype")
}

@font-face{
    font-family:'Mazda Type';
    font-style:italic;
    font-weight:700;
    src:url('MazdaType-BoldItalic.woff2') format("woff2"),
        url('MazdaType-BoldItalic.woff') format("woff"),
        url('MazdaType-BoldItalic.eot') format("embedded-opentype")
}

@font-face{
    font-family:'Mazda Type';
    font-style:normal;
    font-weight:500;
    src:url('MazdaType-Medium.woff2') format("woff2"),
        url('MazdaType-Medium.woff') format("woff"),
        url('MazdaType-Medium.eot') format("embedded-opentype")
}

@font-face{
    font-family:'Mazda Type';
    font-style:italic;
    font-weight:500;
    src:url('MazdaType-MediumItalic.woff2') format("woff2"),
        url('MazdaType-MediumItalic.woff') format("woff"),
        url('MazdaType-MediumItalic.eot') format("embedded-opentype")
}

@font-face{
    font-family:"standard-icon-font";
    src:url('standard-icon-font.woff2') format("woff2"),
        url('standard-icon-font.woff') format("woff"),
        url('standard-icon-font.eot?#iefix') format("embedded-opentype")
}

@font-face {
  font-family:'Material Icons';
  font-style:normal;
  font-weight:400;
  src:url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src:local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}
