@font-face {
    src: url("./fonts/FSRufus-Bold-Italic.otf") format("opentype");
    font-family: "FS Rufus";
    font-weight: bold;
    font-style: italic;
}

@font-face {
    src: url("./fonts/FSRufus-Light.otf") format("opentype");
    font-family: "FS Rufus Light";
    font-weight: lighter;
}

@font-face {
    src: url("./fonts/FSRufus-Light-Italic.otf") format("opentype");
    font-family: "FS Rufus Light Italic";
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    src: url("./fonts/FSRufus-Regular.otf") format("opentype");
    font-family: "FS Rufus Regular";
    font-weight: normal;
}

@font-face {
    src: url("./fonts/TheSansVeolia-W7Bld.otf") format("opentype");
    font-family: "The Sans Veolia";
    font-weight: bold;
    font-style: normal;
}

.ff-rufus {
    font-family: "FS Rufus";
}

.ff-rufus-light {
    font-family: "FS Rufus Light";
}

.ff-rufus-light-italic {
    font-family: "FS Rufus Light Italic";
}

.ff-rufus-regular {
    font-family: "FS Rufus Regular";
}