/* MarkOT – webfont-deklarationer
   Du har Light (300), Book (~350), Regular (400), Medium (500), Bold (700), Heavy (800)
   NB: book får vægt 350 (tilladt i moderne browsere). Hvis noget ikke kan vælge 350,
   falder det typisk tilbage til 400 eller 300 afhængigt af CSS. */

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT-Book.ttf") format("truetype");
  font-weight: 350; /* "Book" */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MarkOT";
  src: url("https://www.cwobel-ejendomme.dk/wp-content/uploads/2025/09/MarkOT-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
