@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/PeydaWeb-Thin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 200;
    src: url('/assets/fonts/peydaWeb-extralight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/peydaWeb-light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/PeydaWeb-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/PeydaWeb-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/PeydaWeb-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/PeydaWeb-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 800;
    src: url('/assets/fonts/PeydaWeb-ExtraBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 900;
    src: url('/assets/fonts/PeydaWeb-Black.woff') format('woff');
    font-display: swap;
}

html,
body {
    font-family: dana, Tahoma, sans-serif;
}
