@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    height: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

/* @FONTWARNING[{"type": "restricted", "family": "Tablon-Black", "weight": "900", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Tablon-Black";
    src: url('./fonts/Tablon-Black.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-Regular";
    src: url('./fonts/Manrope-Regular.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Tablon-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Tablon-Medium";
    src: url('./fonts/Tablon-Medium.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-Bold";
    src: url('./fonts/Manrope-Bold.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-Medium";
    src: url('./fonts/Manrope-Medium.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-Light", "weight": "300", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-Light";
    src: url('./fonts/Manrope-Light.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-ExtraLight", "weight": "200", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-ExtraLight";
    src: url('./fonts/Manrope-ExtraLight.woff2') format('woff2');
}

/* @FONTWARNING[{"type": "restricted", "family": "Manrope-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Manrope-SemiBold";
    src: url('./fonts/Manrope-SemiBold.woff2') format('woff2');
}