/* Base fonts and font usage */

@font-face {
    font-family: 'Aumovio Bold';
    src: url('../fonts/AumovioScreenBETA-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aumovio Regular';
    src: url('../fonts/AumovioScreenBETA-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Aumovio Regular';
}

strong {
    font-family: 'Aumovio Bold';
}