@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: 'OVS Sans';
    font-style: normal;
    src: url('DMSans-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'OVS Sans';
    font-style: italic;
    src: url('DMSans-Italic.ttf') format("truetype");
}

@font-face {
    font-family: 'OVS Serif';
    font-style: normal;
    src: url('DMSans-Regular.ttf') format("truetype");
}