/*
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
*/
@import url('https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css');
/*
@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css');

@import url('https://cdn.jsdelivr.net/gh/bitmaks/cm-web-fonts@latest/fonts.css');
 INCLUDES THE FOLLOWING FONTS
'Computer Modern Bright'
'Computer Modern Concrete'
'Computer Modern Sans'
'Computer Modern Serif'
'Computer Modern Typewriter'
*/

@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    src: url('fonts/AtkinsonHyperlegibleNext-Regular.woff2') format('woff2'),
}

@font-face {
    font-family: 'Iosevka Fixed';
    src: url('fonts/IosevkaFixed-Regular.woff2') format('woff2'),
}

@font-face {
    font-family: 'Bitter';
    src: url('fonts/Bitter-Regular.ttf') format('truetype'),
}

html,
body,
p,
article,
a,
li {
    font-family: "Atkinson Hyperlegible Next", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: "Bitter", serif !important;
}

button,
q,
table,
th,
td,
label {
    font-family: "Iosevka Fixed", "Iosevka Web", monospace !important;
}

code,
pre,
.snippet {
    font-family: "Iosevka Fixed", "Iosevka Web", monospace !important;
}

math,
address,
time,
cite,
q,
textarea,
blockquote,
cite,
select,
input {
    font-family: "CMU Typerwriter Text Variable Width", "Computer Modern Typewriter", "Iosevka Fixed", "Iosevka Web", sans-serif !important;
}

a {
    color: #FF7F7F !important;
}

a:visited {
    color: #904C77 !important;
}

small {
    font-size: 0.72em;
    font-family: "Iosevka", "Iosevka Web" monospace !important;
}