* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: achivobold;
    src: url(/assets/font/ArchivoBold.ttf) format('opentype');
}

@font-face {
    font-family: achivonarrowbold;
    src: url(/assets/font/ArchivoNarrowBold.ttf) format('opentype');
}

@font-face {
    font-family: achivoregular;
    src: url(/assets/font/ArchivoRegular.ttf) format('opentype');
}


@font-face {
    font-family: dmsansmed;
    src: url(/assets/font/DMSansMedium.ttf) format('opentype');
}

@font-face {
    font-family: dmsansbold;
    src: url(/assets/font/DMSansBold.ttf) format('opentype');
}

@font-face {
    font-family: dmsanssemibold;
    src: url(/assets/font/DMSansSemiBold.ttf) format('opentype');
}

@font-face {
    font-family: dmsansregular;
    src: url(/assets/font/DMSansRegular.ttf) format('opentype');
}

@font-face {
    font-family: dmmed;
    src: url(/assets/font/DMMed.ttf) format('opentype');
}

@font-face {
    font-family: achivomed;
    src: url(/assets/font/Archivo-Medium.ttf) format('opentype');
}

