@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,600;1,100;1,200;1,600&family=Libre+Barcode+128+Text&display=swap');
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

.bg-color {
    background: rgb(69,69,69);
}

.border-1 {
    border: .3px solid #0e0e0e;
}

.w-text {
    font-family: 'Barlow Semi Condensed';
    font-weight: 100;
}

.w-text2 {
    font-family: 'Barlow Semi Condensed';
    font-weight: 200;
    font-stretch: condensed;
}

.w-title {
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
}

.w-special {
    font-family: 'Libre Barcode 128 Text', system-ui;
    font-weight: 400;
}

.border-1:hover {
    border: .3px solid #5B69C7;
}

.link-1 {
    text-decoration: none;
    color: white;
}

.link-1:hover {
    color: #5B69C7;
}

article {
    z-index: 1;
    opacity: 1;
    
}

.page-bg {
    height: 100vh;
   background-color: #d4dde3;
    min-height: 100vh;
}

.fg-color1 {
    color: #C6D37E;
}

.fg-color2 {
    background-color: #D7E1A3;
}

.fg-color3 {
    background-color: #E8EEC9;
}