@charset "UTF-8";

/* Gilroy font */
@font-face {
    font-family: "gilroy";
    font-weight: 400;
    font-style: normal;
    src:
        local("gilroy"),
        url("/res/fonts/gilroy/Gilroy-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 500;
    font-style: normal;
    src:
        local("gilroy"),
        url("/res/fonts/gilroy/Gilroy-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 600;
    font-style: normal;
    src:
        local("gilroy"),
        url("/res/fonts/gilroy/Gilroy-SemiBold.ttf") format("opentype");
}
@font-face {
    font-family: "gilroy";
    font-weight: 700;
    font-style: normal;
    src:
        local("gilroy"),
        url("/res/fonts/gilroy/Gilroy-Bold.ttf") format("opentype");
}

/* Work-sans font */
@font-face {
    font-family: "work-sans";
    font-weight: 600;
    font-style: normal;
    src:
        local("work-sans"),
        url("/res/fonts/work-sans/WorkSans-SemiBold.ttf") format("opentype");
}
@font-face {
    font-family: "work-sans";
    font-weight: 700;
    font-style: normal;
    src:
        local("work-sans"),
        url("/res/fonts/work-sans/WorkSans-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "work-sans";
    font-weight: 800;
    font-style: normal;
    src:
        local("work-sans"),
        url("/res/fonts/work-sans/WorkSans-ExtraBold.ttf") format("opentype");
}
@font-face {
    font-family: "work-sans";
    font-weight: 900;
    font-style: normal;
    src:
        local("work-sans"),
        url("/res/fonts/work-sans/WorkSans-Black.ttf") format("opentype");
}
@font-face {
    font-family: "adamina";
    font-weight: 600;
    font-style: normal;
    src:
        local("adamina"),
        url("/res/fonts/Adamina/Adamina-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "noto-serif";
    font-weight: 600;
    font-style: normal;
    src:
        local("noto-serif"),
        url("/res/fonts/noto-serif/NotoSerif-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "noto-serif";
    font-weight: 700;
    font-style: normal;
    src:
        local("noto-serif"),
        url("/res/fonts/noto-serif/NotoSerif-SemiBold.ttf") format("opentype");
}
@font-face {
    font-family: "noto-serif";
    font-weight: 800;
    font-style: normal;
    src:
        local("noto-serif"),
        url("/res/fonts/noto-serif/NotoSerif-Bold.ttf") format("opentype");
}