/* -------------------- Attach dedicated CSS for various viewports --------------------- */
/*@import url('/css/css_Fonts.css?r=1089');        Imports all fonts for the project */
@import url('/css/css_Sizer.css?lrepe=1219');        /* Defines the sizes for various screen ports */
@import url('/css/css_Effects.css?txye=1279');      /* Imports all effects for the project */
@import url('/css/css_Boxes.css?thye=1329');        /* Imports the design for the Div tags */
@import url('/css/css_Forms.css?tgye=1509');        /* Imports the design for Form tags */
@import url('/css/css_Objects.css?tytoe=1189');      /* Imports object styling */

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

@font-face {
    font-family: 'Libre Barcode 39';
    font-style: normal;
    font-weight: 400;
    src: local('Libre Barcode 39 Regular'), local('LibreBarcode39-Regular'), url(https://fonts.gstatic.com/s/librebarcode39/v9/-nFnOHM08vwC6h8Li1eQnP_AHzI2G_Bx0g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    background-color: #56baed;
}

body {
    font-family: Quicksand;
    font-weight: bold;
    height: 100vh;
}
