﻿@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400&display=swap');

body
{
    font-family: "Prompt" , sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.prompt-light
{
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}