@font-face {
    font-family: "Comfortaa";
    src: url("fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf") format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Comfortaa", sans-serif;
}

header {
    background-color: #e5f2f0;
    border-bottom: 1px solid #004c52;
    padding: 4px 0;
}
.logo {
    max-width: 146px;
    max-height: 54px;
}
.txt-pri {
    color: #006e75;
}

.bg-pri {
    background-color: #006e75;
}
.bg-pri:hover {
    background-color: #14af9f;
}
footer {
    background-color: #e5f2f0;
    border-top: 1px solid #004c52;
}
.bg-sec {
    background-color: #e5f2f0;
}

.bg-ter {
    background-color: #00becc;
}
.fillform-box {
    background-color: #e5f2f0;
    border: 1px solid #004c52;
}
