/* Copyright (c) 2024 BMW Financial Services México*/
/* Developed by www.blendwerk.com.mx */
/* Fonts */

/* BMW Group */
@font-face{
    font-family:"BMWGroup-Bold";
    src:url("../fonts/BMWGroup-Bold.woff") format("woff"),
    url("../fonts/BMWGroup-Bold.ttf") format("truetype")}
@font-face{
    font-family:"BMWGroup-Regular";
    src:url("../fonts/BMWGroup-Regular.woff") format("woff"),
    url("../fonts/BMWGroup-Regular.ttf") format("truetype")
}
@font-face{
    font-family:"BMWGroupCondensed-Bold";
    src:url("../fonts/BMWGroupCondensed-Bold.woff") format("woff"),
    url("../fonts/BMWGroupCondensed-Bold.ttf") format("truetype")
}
@font-face{
    font-family:"BMWGroupCondensed-Regular";
    src:url("../fonts/BMWGroupCondensed-Regular.woff") format("woff"),
    url("../fonts/BMWGroupCondensed-Regular.ttf") format("truetype")
}
@font-face{
    font-family:"BMWGroupLight-Regular";
    src: url("../fonts/BMWGroupLight-Regular.woff") format("woff"),
    url("../fonts/BMWGroupLight-Regular.ttf") format("truetype")
}
@font-face{
    font-family:"BMWGroupSerif-Bold";
    src:url("../fonts/BMWGroupSerif-Bold.woff") format("woff"),
    url("../fonts/BMWGroupSerif-Bold.ttf") format("truetype")
}
@font-face{
    font-family:"BMWGroupSerif-Regular";
    src:url("../fonts/BMWGroupSerif-Regular.woff") format("woff"),
    url("../fonts/BMWGroupSerif-Regular.ttf") format("truetype")
}

/* BMW Type Next */
@font-face {
    font-family: "BMWTypeNext-Bold";
    src: url("../fonts/BMWTypeNextTT-Bold.woff") format("woff"),
    url("../fonts/BMWTypeNextTT-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "BMWTypeNext-Regular";
    src: url("../fonts/BMWTypeNextTT-Regular.woff") format("woff"),
    url("../fonts/BMWTypeNextTT-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "BMWTypeNext-Light";
    src: url("../fonts/BMWTypeNextTT-Light.woff") format("woff"),
    url("../fonts/BMWTypeNextTT-Light.ttf") format("truetype")
}