:root {
    --sbwy-green: #008000;
    --sbwy-green-drk: #00491e;
    --sbwy-yellow: #f2b700;
}

@font-face {
    font-family: "subway";
    src: url("./fonts/SubwaySans-Regular-Cy-Gr-Web.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "subway";
    src: url("./fonts/SubwaySansCond-Medium-Web.woff2");
    font-weight: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: "subway";
    src: url("./fonts/SubwaySans-Bold-Cy-Gr-Web.woff2");
    font-weight: 500 1000;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "subway";
    src: url("./fonts/SubwaySansCond-Bold-Web.woff2");
    font-weight: 500 1000;
    font-stretch: condensed;
}

*, *::before, *::after {
    margin: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: grid;
}

body, input, textarea, button, dialog {
    font-family: "subway", sans-serif;
    line-height: 1.5;
}
