
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  


body {
    font-family: "Roboto", sans-serif;
}


#site-name {
    font-family: "Roboto", sans-serif;
}


html[data-theme="light"], :root {
    --primary: var(--mip-noir);
    --secondary: var(--mip-noir);
    --accent: white;
    --primary-fg: white;
    -breadcrumbs-fg: var(--mip-noir);
}

:root {
    --mip-noir: rgb(29, 29, 27);
    --mip-orange: rgb(255, 131, 55);
    --mip-vert: rgb(49, 200, 102);

    
    
    --primary: var(--mip-noir);
    --secondary: var(--mip-noir);
    --accent: #ffffff;
    --primary-fg: #fff;

    --body-fg: #333;
    --body-bg: #fff;
    --body-quiet-color: #666;
    --body-loud-color: #000;

    --header-branding-color: var(--accent);
    --header-bg: var(--secondary);
    --header-link-color: var(--primary-fg);

    --breadcrumbs-fg: var(--mip-noir);
    --breadcrumbs-link-fg: var(--body-bg);
    --breadcrumbs-bg: var(--primary);

    --link-fg: var(--mip-noir);
    --link-hover-color: #036;
    --link-selected-fg: #5b80b2;

    --hairline-color: #e8e8e8;
    --border-color: #ccc;

    --error-fg: #ba2121;

    --message-success-bg: #dfd;
    --message-warning-bg: #ffc;
    --message-error-bg: #ffefef;

    --darkened-bg: #f8f8f8; /* A bit darker than --body-bg */
    --selected-bg: #e4e4e4; /* E.g. selected table cells */
    --selected-row: #e7e7e7;

    --button-fg: #fff;
    --button-bg: var(--primary);
    --button-hover-bg: var(--mip-vert);
    --default-button-bg: var(--secondary);
    --default-button-hover-bg: var(--mip-noir);
    --close-button-bg: #747474;
    --close-button-hover-bg: #333;
    --delete-button-bg: #ba2121;
    --delete-button-hover-bg: #a41515;

    --object-tools-fg: var(--button-fg);
    --object-tools-bg: var(--close-button-bg);
    --object-tools-hover-bg: var(--close-button-hover-bg);
}

