﻿@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-MediumItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: archivo;
    src: url(../assets/fonts/Archivo-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}