@font-face{
	font-family: 'Synergie-Regular';
	src: url('./fonts/Synergie-Regular.otf') format('opentype');
}

:root {
    font-family: "Synergie-Regular";
    color: #003300;
    background-color: #ffffff;
}

.text-line {
    font-size: 14px;
    line-height: 15px;
}

a {
    text-decoration: none;
    color: #003300;
}

a:hover {
    text-decoration-line: underline;
    color: #339933;
}

@media all and (max-width: 800px) {
    .text-line {
        font-size: 12px;
        line-height: 13px;
    }
    
}

@media all and (max-width: 600px) {
    .text-line {
        font-size: 10px;
        line-height: 11px;
    }    
}