@font-face{
    font-family:"Amandine";
    src:url(Amandine-Light.woff2) format("woff2"),
        url(Amandine-Light.woff) format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-LightItalic.woff2) format("woff2"),
        url(Amandine-LightItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-Regular.woff2) format("woff2"),
        url(Amandine-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-Italic.woff2) format("woff2"),
        url(Amandine-Italic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-Medium.woff2) format("woff2"),
        url(Amandine-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-MediumItalic.woff2) format("woff2"),
        url(Amandine-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-Bold.woff2) format("woff2"),
        url(Amandine-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family:"Amandine";
    src:url(Amandine-BoldItalic.woff2) format("woff2"),
        url(Amandine-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

.amandine-light{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 100;
}

.amandine-light-italic{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 100;
    font-style: italic;
}

.amandine{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 300;
}

.amandine-italic{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 300;
    font-style: italic;
}

.amandine-medium{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 500;
}

.amandine-medium-italic{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 500;
    font-style: italic;
}

.amandine-bold{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 700;
}

.amandine-bold-italic{
    font-family: 'Amandine';
    line-height: 1;
    font-weight: 700;
    font-style: italic;
}

