@font-face {
    font-family: 'Arad';
    src: url('Arad-Regular.woff2?download') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arad';
    src: url('Arad-Light.woff2?download') format('woff2');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Arad';
    src: url('Arad-Medium.woff2?download') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Arad';
    src: url('Arad-Bold.woff2?download') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arad';
    src: url('Arad-ExtraBold.woff2?download') format('woff2');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}

