@font-face {
    font-family: 'Argentum';
    src: url('../fonts/as-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Argentum';
    src: url('../fonts/as-semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Argentum';
    src: url('../fonts/as-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

*{
    font-family: 'Argentum', sans-serif;
    font-weight: 100;
}