@font-face {
    font-family: 'Adam';
    src: url('fonts/Adam-Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Adam';
    src: url('fonts/Adam-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Peykan';
    src: url('fonts/Paykan-Thin.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Peykan';
    src: url('fonts/Paykan-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Peykan';
    src: url('fonts/Paykan-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Peykan';
    src: url('fonts/Paykan-Black.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Peykan';
    src: url('fonts/Paykan-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

.font-adam {
    font-family: 'Adam', sans-serif;
}

body {
    font-family: 'Peykan', sans-serif;
}
