@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-extralight.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-extralight.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 200; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-extralightitalic.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-extralightitalic.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 200; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: italic; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-regular.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-regular.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 400; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-italic.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-italic.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 400; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: italic; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-semibold.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-semibold.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 600; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-semibold.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-semibold.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 600; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: normal; /* leave untouched unless they specifcally want an italics font */
}

@font-face {
    font-family: 'Ambit'; /* Font name will need to be replaced and this name is what will be entered in the composer font settings */
    src: url('../fonts/ambit-semibolditalic.woff') format("woff"), /* The only part here that will need changing is the metropolis_bold to the name of the font you uploaded in the fonts folder on step 2 */
    url('../fonts/ambit-semibolditalic.woff2') format("woff2"); /* same as the woff file only the metropolis_bold needs changing */
    font-weight: 600; /* Font weight will be 700 for bold, 400 for regular, 300 for light, 100 for thin, 900 for heavy/black and 500 for book */
    font-style: italic; /* leave untouched unless they specifcally want an italics font */
}


