﻿@font-face {
    font-family: 'EnterpriseSansVF';
    src: url('../EnterpriseSansVF-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'EnterpriseSansVF';
    src: url('../EnterpriseSansVF-Italic.woff2') format('woff2');
    font-style: italic;
}

/* DaisyUI / Tailwind variables */
:root {
    --font-sans: 'EnterpriseSansVF', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --color-primary: rgb(0, 38, 119);
    --color-primary-content: rgb(255, 255, 255);
    --color-accent: rgb(244, 244, 244);
    --color-ring: rgb(65, 116, 224);
    --color-brand-warm-white: rgb(250, 248, 242);
    --color-brand-sky-blue: rgb(217, 246, 250);
    --color-brand-ent-blue: rgb(0, 38, 119);
    --color-slate: rgb(146, 148, 150);
}

/*.input:read-only {
    background-color: var(--color-base-300);
}*/

/*.input:focus, .input:focus-within {
    outline: 3px solid var(--color-ring);
}*/

.htmx-indicator {
    opacity: 0
}

.htmx-request .htmx-indicator {
    opacity: 1;
    transition: opacity 200ms ease-in;
}

.htmx-request.htmx-indicator {
    opacity: 1;
    transition: opacity 200ms ease-in;
}


.fs77p{
    font-size: 77%
}

.tdw-200px {
    width: 200px;
}
.w-300px {
    width: 300px;
}

.bc-white {
    background-color : white;
}
.bc-gray {
    background-color: silver;
} 