@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url("Montserrat\ ExtraBold\ 800.ttf");
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url("Montserrat\ SemiBold\ 600.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: normal;
    src: url("pt-sans.regular.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: normal;
    src: url("pt-sans.bold.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: italic;
    src: url("pt-sans.italic.ttf");
}

@font-face {
    font-family: "PT Sans";
    font-weight: bold;
    font-style: italic;
    src: url("pt-sans.bold-italic.ttf");
}

@font-face {
    font-family: "DAM-Initialen";
    src: url("DAMInitialen-Regular.otf");
}

:root {
    --c-ocean: #0f1e50;
    --c-arctic: #00afb9;
    --c-coral: #eb5e64;
    --c-seagrass: #a0c819;
    --c-azure: #5a78be;
    --c-grey-1: #6c6c6c;
    --c-grey-2: #ededed;
    --c-grey-3: #f6f6f6;

    /*--c-blue-mminesweeper: #194485;
    --c-red-mminesweeper: #821842;
    --c-brightred-mminesweeper: #cc2568;
    --c-green-mminesweeper: #428218;*/

    --c-green-cammera: hsl(127, 54%, 48%);
    --c-blue-cammera: hsl(240, 67%, 31%);

    --c-red-munimar: #d4004b;
    --c-lightblue-munimar: #008ccf;
    --c-darkblue-munimar: #003064;

    --s-text-width: 50rem;
    --s-text-padding: 1rem;
}