@font-face {
    font-family: sailec-light;
    src: url('./font/Sailec-Light.woff2') format('woff2'), url('./font/Sailec-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sailec;
    src: url('./font/Sailec-Regular.woff2') format('woff2'), url('./font/Sailec-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: sailec-bold;
    src: url('./font/Sailec-Bold.woff2') format('woff2'), url('./font/Sailec-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sailec-medium;
    src: url('./font/Sailec-Medium.woff2') format('woff2'), url('./font/Sailec-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sailec-thin;
    src: url('./font/Sailec-Thin.woff2') format('woff2'), url('./font/Sailec-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

/* Font-family: 'Guminert' */
@font-face {
    font-family: 'Guminert';
    src: url('./font/Guminert-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Guminert';
    src: url('./font/Guminert-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Guminert';
    src: url('./font/Guminert-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}