:root {
  --primary-color-header: rgb(37,76,127);
  --primary-color-link: rgb(110,157,227);
  --primary-color-white: white;
}

@font-face {
    font-family: 'normalFont';
    src: url('/fonts/Nunito-VariableFont_wght.ttf');
}

.weight-600{
	font-weight: 600;
}

.weight-900{
	font-weight:900;
}

.text-size-small{
	font-size:10px;
}

.text-size-normal{
	font-size:12px;
}

.text-size-medium{
	font-size:14px;
}

.text-size-large{
	font-size:16px;
}

.text-size-big{
	font-size:18px;
}

.text-size-header{
	font-size:32px;
}

.text-button{
	font-family: normalFont;
	color:red;
}

.standardLink{
	text-decoration:none;
	font-family: normalFont;
}