@tailwind base;

@font-face {
    font-family: "EDF2020 W01-Regular";
    src: url("../../fonts/edf/EDF2020W01-Regular.woff2") format("woff2"),
    url("../../fonts/edf/EDF2020W01-Regular.woff") format("woff");
}

@font-face {
    font-family: "EDF2020 W01-Bold";
    src: url("../../fonts/edf/EDF2020W01-Bold.woff2") format("woff2"),
    url("../../fonts/edf/EDF2020W01-Bold.woff") format("woff");
}

@font-face {
    font-family: "EDF2020 W01-Italic";
    src: url("../../fonts/edf/EDF2020W01-Italic.woff2") format("woff2"),
    url("../../fonts/edf/EDF2020W01-Italic.woff") format("woff");
}

@font-face {
    font-family: "EDF2020 W01-Light";
    src: url("../../fonts/edf/EDF2020W01-Light.woff2") format("woff2"),
    url("../../fonts/edf/EDF2020W01-Light.woff") format("woff");
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../../fonts/edf/work-sans-v8-latin-300.woff2') format('woff2'),
    url('../../fonts/edf/work-sans-v8-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Work Sans Medium';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../../fonts/edf/work-sans-v8-latin-regular.woff2') format('woff2'),
    url('../../fonts/edf/work-sans-v8-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Work Sans Bold';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../../fonts/edf/work-sans-v8-latin-500.woff2') format('woff2'),
    url('../../fonts/edf/work-sans-v8-latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Work Sans Black';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../../fonts/edf/work-sans-v8-latin-700.woff2') format('woff2'),
    url('../../fonts/edf/work-sans-v8-latin-700.woff') format('woff');
}
