/*
Theme Name: Yasuragi Recruitment
Theme URI: https://github.com/jinoChristian/rectangle-yasuragi-recruitment
Author: Jino Christian
Description: Custom theme for Yasuragi Recruitment.
Version: 1.0.0
Text Domain: yasuragi-recruitment
*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --yasuragi-font-sans: 'Geologica', 'Noto Sans JP', sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--yasuragi-font-sans);
}
