/* @font-face {
    src: url('Roboto-Bold.ttf');
    font-family: 'Roboto Semibold';
}

@font-face {
    src: url('Roboto-Regular.ttf');
    font-family: 'Roboto Regular';
}

@font-face {
    src: url('Roboto-Bold.ttf');
    font-family: 'Roboto Bold';
}

@font-face {
    src: url('Roboto-Medium.ttf');
    font-family: 'Roboto Medium';
} */

@font-face {
    src: url('./Roboto-Regular.ttf');
    font-family: 'Roboto';
    font-weight: 400; /* Normal */
    font-style: normal;
}

@font-face {
    src: url('./Roboto-Medium.ttf');
    font-family: 'Roboto';
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    src: url('./Roboto-Bold.ttf');
    font-family: 'Roboto';
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    src: url('./Roboto-SemiBold.ttf');
    font-family: 'Roboto';
    font-weight: 600; /* Semibold */
    font-style: normal;
}

/* @font-face {
    src: url('OpenSans-SemiBold.ttf');
    font-family: 'Open Sans Semibold';
}

@font-face {
    src: url('OpenSans-Regular.ttf');
    font-family: 'Open Sans Regular';
}

@font-face {
    src: url('OpenSans-Bold.ttf');
    font-family: 'Open Sans Bold';
}

@font-face {
    src: url('OpenSans-Medium.ttf');
    font-family: 'Open Sans Medium';
} */