* {
    box-sizing: border-box;
}

.articulat-cf {
    font-family: articulat-cf, sans-serif; 
}

.condiment {
    font-family: Condiment;
}

.good-times {
    font-family: good-times, sans-serif;
}

.roboto-mono {
    font-family: 'Roboto Mono';
}

body {
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}
