@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.border-blue{
    border-color: #3c7cb3;
}

.bg-blue{
    background-color: #266aa6;
}

.text-blue{
    color: #266aa6;
}

.btn-blue{
    background-color: #266aa6;
    color: white;
}

.btn-blue:hover{
    background-color: #1c4c76;
    color: white;
}
