:root {
    --primary-pink: #C44FC4;
    --primary-green: #1CB358;
}

@font-face {
    src: url("../fonts/Noctura Sans.otf");
    font-family: Noctura;
}

@font-face {
    src: url("../fonts/GopherMono-Regular.woff");
    font-family: GopherMono;
    font-weight: 400 500;
}

@font-face {
    src: url("../fonts/GopherMono-Medium.woff");
    font-family: GopherMono;
    font-weight: 600;
}

@font-face {
    src: url("../fonts/GopherMono-SemiBold.woff");
    font-family: GopherMono;
    font-weight: 700;
}

@font-face {
    src: url("../fonts/GopherMono-Bold.woff");
    font-family: GopherMono;
    font-weight: 800;
}

* {
    font-family: GopherMono, monospace;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}
