@font-face {

    font-family:"Instrument";

    src:url("./InstrumentSans-VariableFont_wdth,wght.ttf") format("truetype");

    font-weight:100 900;

    font-style:normal;

    font-display:swap;

}

@font-face {

    font-family:"Instrument";

    src:url("./InstrumentSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");

    font-weight:100 900;

    font-style:italic;

    font-display:swap;

}

@font-face {

    font-family:"Alga";

    src:url("./Alga-Regular.woff") format("woff");

    font-weight: 400;
    font-style: medium;
    font-display: swap;

}
@font-face {

    font-family:"Alga Bold";

    src:url("./Alga-Semibold.woff") format("woff");

    font-weight: 500;
    font-style: medium;
    font-display: swap;

}

:root{
    --primary:#0B2545;
    --white:#ffffff;
    --text:#ffffff;
    --container:1300px;
    --transition:.35s ease;
	--font-primary:"Instrument",sans-serif;
	--font-heading:"Alga";
}
