﻿/*ASIDE MENU DARK THEME FONTS*/

/* Poppins light */
@font-face {
    font-family: "Poppins";
    src: url("./Poppins/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

/* Poppins regular */
@font-face {
    font-family: "Poppins";
    src: url("./Poppins/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

/* Poppins medium */
@font-face {
    font-family: "Poppins";
    src: url("./Poppins/Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

/* Poppins semi-bold */
@font-face {
    font-family: "Poppins";
    src: url("./Poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

/* Poppins bold */
@font-face {
    font-family: "Poppins";
    src: url("./Poppins/Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

/* Roboto light */
@font-face {
    font-family: "Roboto";
    src: url("./Roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

/* Roboto regular */
@font-face {
    font-family: "Roboto";
    src: url("./Roboto/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

/* Roboto medium */
@font-face {
    font-family: "Roboto";
    src: url("./Roboto/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

/* Roboto bold */
@font-face {
    font-family: "Roboto";
    src: url("./Roboto/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

/* Roboto black */
@font-face {
    font-family: "Roboto";
    src: url("./Roboto/Roboto-Black.ttf");
    font-weight: 900;
    font-style: normal;
}