﻿// <uniquifier > : Use a unique and descriptive class name
// <weight > : Use a value from 100 to 900

.inter{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
