﻿/***********************************************************************/
/*********************************FONT**********************************/
/***********************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-weight: 900;
    font-style: italic;
}
